GCKMediaTrack クラス
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
メディア トラックを表すクラス。
このオブジェクトのインスタンスは変更できません。
NSObject、<NSCopying>、<NSSecureCoding> を継承します。
- (nullable instancetype) initWithIdentifier: |
|
(NSInteger) |
identifier |
contentIdentifier: |
|
(nullable NSString *) |
contentIdentifier |
contentType: |
|
(NSString *) |
contentType |
type: |
|
(GCKMediaTrackType) |
type |
textSubtype: |
|
(GCKMediaTextTrackSubtype) |
textSubtype |
name: |
|
(nullable NSString *) |
name |
languageCode: |
|
(nullable NSString *) |
languageCode |
customData: |
|
(nullable id) |
customData |
|
|
| |
指定のイニシャライザ。
指定されたプロパティ値を使用して新しい GCKMediaTrack を作成します。nil
値を返すことができます。
- (NSString*) contentIdentifier |
|
readnonatomiccopy |
トラックのコンテンツ ID(nil
の場合もあります)。
- (NSString*) contentType |
|
readnonatomiccopy |
- (GCKMediaTrackType) type |
|
readnonatomicassign |
テキスト トラックのサブタイプ。テキスト トラックにのみ適用されます。
- (NSString*) languageCode |
|
readnonatomiccopy |
トラックの RFC 1766 言語コード(nil
の場合もあります)。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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。"],[[["The `GCKMediaTrack` class represents a media track with properties like identifier, content type, and language."],["Instances of `GCKMediaTrack` are immutable, meaning their properties cannot be changed after creation."],["It provides a designated initializer to create instances with specific property values."],["`GCKMediaTrack` inherits from `NSObject`, `NSCopying`, and `NSSecureCoding`, offering functionalities related to object copying and secure coding."],["The class includes properties for custom data that can be serialized to JSON."]]],[]]