GCKMediaTextTrackStyle クラス
テキスト メディア トラックのスタイルを表すクラス。
NSObject、<NSCopying>、<NSSecureCoding> を継承します。
指定のイニシャライザ。
プロパティはすべて可変であるため、構築後に指定できます。
+ (instancetype) createDefault |
|
|
|
システムの字幕設定に基づくデフォルト値でインスタンスを作成します。
iOS 7 より前のシステムでは、このメソッドは nil を返します。
- (GCKMediaTextTrackStyleEdgeType) edgeType |
|
readwritenonatomicassign |
- (GCKMediaTextTrackStyleWindowType) windowType |
|
readwritenonatomicassign |
ウィンドウ タイプ。
一部のレシーバー デバイスは、この属性をサポートしていない場合があります。
ウィンドウの色。
一部のレシーバー デバイスは、この属性をサポートしていない場合があります。
- (CGFloat) windowRoundedCornerRadius |
|
readwritenonatomicassign |
ピクセル単位の角丸の半径の絶対値。
一部のレシーバー デバイスは、この属性をサポートしていない場合があります。
フォント ファミリー。フォントを使用できない場合は、汎用フォント ファミリーが使用されます。
- (GCKMediaTextTrackStyleFontGenericFamily) fontGenericFamily |
|
readwritenonatomicassign |
- (GCKMediaTextTrackStyleFontStyle) fontStyle |
|
readwritenonatomicassign |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-02 UTC。
[null,null,["最終更新日 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."]]],[]]