فئة GCKMediaTextTrackStyle
فئة تمثل نمطًا لملف وسائط نصية.
تكتسب NSObject و<NSCopying> و <NSSecureCoding>.
|
(instancetype) | + createDefault |
| تنشئ هذه الدالة مثيلاً بقيم تلقائية استنادًا إلى إعدادات الترجمة والشرح للنظام. المزيد...
|
|
المُهيئ المُعيّن.
جميع الخصائص قابلة للتغيير، ولذلك يمكن توفيرها بعد الإنشاء.
+ (instancetype) createDefault |
|
|
|
تنشئ هذه الدالة مثيلاً بقيم تلقائية استنادًا إلى إعدادات الترجمة والشرح للنظام.
ستعرض هذه الطريقة صفر على الأنظمة الأقدم من iOS 7.
- (GCKMediaTextTrackStyleEdgeType) edgeType |
|
readwritenonatomicassign |
- (GCKMediaTextTrackStyleWindowType) windowType |
|
readwritenonatomicassign |
نوع النافذة
قد لا تتيح بعض أجهزة الاستقبال استخدام هذه السمة.
لون النافذة.
قد لا تتيح بعض أجهزة الاستقبال استخدام هذه السمة.
- (CGFloat) windowRoundedCornerRadius |
|
readwritenonatomicassign |
القيمة المطلقة لنصف قطر الزاوية الدائرية بالبكسل.
قد لا تتيح بعض أجهزة الاستقبال استخدام هذه السمة.
مجموعة الخطوط؛ إذا لم يكن الخط متاحًا، فسيتم استخدام مجموعة الخطوط العامة.
- (GCKMediaTextTrackStyleFontGenericFamily) fontGenericFamily |
|
readwritenonatomicassign |
- (GCKMediaTextTrackStyleFontStyle) fontStyle |
|
readwritenonatomicassign |
البيانات المخصّصة، إن توفّرت.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2023-12-02 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2023-12-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`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."]]],[]]