GCKMediaTextTrackStyle Sınıfı
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Metin medya parçasının stilini temsil eden bir sınıf.
NSNesne, <NSKopyalama> ve <NSSecureCoding> öğelerini devralır.
|
(instancetype) | + createDefault |
| Sistemin altyazı ayarlarına göre varsayılan değerlerle bir örnek oluşturur. Diğer...
|
|
Tanımlanmış başlatıcı.
Tüm özellikler değişebilir ve bu nedenle inşaattan sonra sağlanabilir.
+ (instancetype) createDefault |
|
|
|
Sistemin altyazı ayarlarına göre varsayılan değerlerle bir örnek oluşturur.
Bu yöntem, iOS 7'den daha eski sistemlerde boş değerini döndürür.
Metnin yazı tipi ölçekleme faktörü.
- (GCKMediaTextTrackStyleEdgeType) edgeType |
|
readwritenonatomicassign |
- (GCKMediaTextTrackStyleWindowType) windowType |
|
readwritenonatomicassign |
Pencere türü.
Bazı alıcı cihazlar bu özelliği desteklemeyebilir.
Pencere rengi.
Bazı alıcı cihazlar bu özelliği desteklemeyebilir.
- (CGFloat) windowRoundedCornerRadius |
|
readwritenonatomicassign |
Piksel cinsinden yuvarlatılmış köşe yarıçapı mutlak değeri.
Bazı alıcı cihazlar bu özelliği desteklemeyebilir.
Yazı tipi ailesi; yazı tipi kullanılamıyorsa genel yazı tipi ailesi kullanılır.
- (GCKMediaTextTrackStyleFontGenericFamily) fontGenericFamily |
|
readwritenonatomicassign |
- (GCKMediaTextTrackStyleFontStyle) fontStyle |
|
readwritenonatomicassign |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2023-12-02 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2023-12-02 UTC."],[[["`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."]]],[]]