GCKHLSSegmentFormat.h ファイル
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
GCKHLSSegmentFormat 列挙型。
その他...
HLS セグメント タイプ。
列挙子 |
---|
GCKHLSSegmentFormatUndefined |
未定義です。
ストリーミング プロトコルが HLS ではない場合に使用します。
|
GCKHLSSegmentFormatAAC |
HLS セグメント タイプは AAC。
|
GCKHLSSegmentFormatAC3 |
HLS セグメント タイプ AC3。
|
GCKHLSSegmentFormatMP3 |
HLS セグメント タイプは MP3 です。
|
GCKHLSSegmentFormatTS |
HLS セグメント タイプ TS。
|
GCKHLSSegmentFormatTS_AAC |
HLS セグメント タイプは TS AAC。
|
GCKHLSSegmentFormatE_AC3 |
HLS セグメント タイプ E AC3。
|
GCKHLSSegmentFormatFMP4 |
HLS セグメント タイプは FMP4 です。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 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"]],["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eThis document details the \u003ccode\u003eGCKHLSSegmentFormat\u003c/code\u003e enum, which defines different HLS segment types used in Google Cast.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGCKHLSSegment\u003c/code\u003e class provides helper methods to convert between \u003ccode\u003eGCKHLSSegmentFormat\u003c/code\u003e values and \u003ccode\u003eNSString\u003c/code\u003e representations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGCKHLSSegmentFormat\u003c/code\u003e enum includes values like \u003ccode\u003eGCKHLSSegmentFormatAAC\u003c/code\u003e, \u003ccode\u003eGCKHLSSegmentFormatAC3\u003c/code\u003e, \u003ccode\u003eGCKHLSSegmentFormatMP3\u003c/code\u003e, and others representing various HLS segment formats.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGCKHLSSegmentFormatUndefined\u003c/code\u003e is used when the streaming protocol is not HLS.\u003c/p\u003e\n"]]],["This content defines the `GCKHLSSegmentFormat` enum, which specifies different types of HLS (HTTP Live Streaming) segments. It also introduces the `GCKHLSSegment` class, designed to aid in the conversion between the segment format and `NSString`. The enum includes options for undefined, AAC, AC3, MP3, TS, TS AAC, E AC3, and FMP4 segment types, each described with a corresponding use case.\n"],null,[]]