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。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 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."]]],[]]