کلاس GCKMediaTextTrackStyle
کلاسی که یک سبک را برای یک آهنگ رسانه متنی نشان می دهد.
NSObject، <NSCopying> و <NSSecureCoding> را به ارث می برد.
|
(instancetype) | + createDefault |
| یک نمونه با مقادیر پیش فرض بر اساس تنظیمات زیرنویس بسته سیستم ایجاد می کند. بیشتر...
|
|
مقداردهی اولیه تعیین شده
همه خواص قابل تغییر هستند و بنابراین می توان آنها را پس از ساخت عرضه کرد.
+ (instancetype) createDefault |
|
|
|
یک نمونه با مقادیر پیش فرض بر اساس تنظیمات زیرنویس بسته سیستم ایجاد می کند.
این روش در سیستمهای قدیمیتر از iOS 7 به صفر برمیگردد.
|
read write nonatomic assign |
فاکتور مقیاس بندی فونت برای متن.
|
read write nonatomic copy |
|
read write nonatomic copy |
- (GCKMediaTextTrackStyleEdgeType) edgeType |
|
read write nonatomic assign |
|
read write nonatomic copy |
- (GCKMediaTextTrackStyleWindowType) windowType |
|
read write nonatomic assign |
نوع پنجره
برخی از دستگاه های گیرنده ممکن است از این ویژگی پشتیبانی نکنند.
|
read write nonatomic copy |
رنگ پنجره
برخی از دستگاه های گیرنده ممکن است از این ویژگی پشتیبانی نکنند.
- (CGFloat) windowRoundedCornerRadius |
|
read write nonatomic assign |
مقدار مطلق شعاع گوشه گرد بر حسب پیکسل.
برخی از دستگاه های گیرنده ممکن است از این ویژگی پشتیبانی نکنند.
|
read write nonatomic copy |
خانواده فونت؛ اگر فونت در دسترس نباشد، از خانواده فونت های عمومی استفاده می شود.
- (GCKMediaTextTrackStyleFontGenericFamily) fontGenericFamily |
|
read write nonatomic assign |
- (GCKMediaTextTrackStyleFontStyle) fontStyle |
|
read write nonatomic assign |
|
read write nonatomic strong |
داده های سفارشی، در صورت وجود.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی."],[[["`GCKMediaTextTrackStyle` is a class that manages the style of text media tracks, inheriting from `NSObject`, `NSCopying`, and `NSSecureCoding`."],["It offers customization options like font scale, colors (foreground, background, edge, window), edge type, window type, font family, style, and rounded corner radius for the window."],["You can initialize an instance with default values based on system settings using `createDefault` or customize properties after initializing with `init`."],["Some attributes like `windowType`, `windowColor`, and `windowRoundedCornerRadius` might not be supported by all receiver devices."],["`customData` property allows developers to associate any custom data with the text track style."]]],[]]