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 |
トラックのコンテンツ識別子(nil
の場合もあります)。
- (NSString*) contentType |
|
readnonatomiccopy |
- (GCKMediaTrackType) type |
|
readnonatomicassign |
テキスト トラックのサブタイプ。テキスト トラックにのみ適用されます。
- (NSString*) languageCode |
|
readnonatomiccopy |
トラックの RFC 1766 言語コード。nil
の場合もあります。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-07-20 UTC。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"必要な情報がない"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"複雑すぎる / 手順が多すぎる"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"最新ではない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"サンプル / コードに問題がある"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]