GCKHLSSegmentFormat.h 文件
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
GCKHLSSegmentFormat 枚举。
更多...
HLS 视频片段类型。
枚举器 |
---|
GCKHLSSegmentFormatUnundefined |
未定义。
在流式传输协议不是 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 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-02。
[[["易于理解","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"]],["最后更新时间 (UTC):2023-12-02。"],[[["This document details the `GCKHLSSegmentFormat` enum, which defines different HLS segment types used in Google Cast."],["The `GCKHLSSegment` class provides helper methods to convert between `GCKHLSSegmentFormat` values and `NSString` representations."],["The `GCKHLSSegmentFormat` enum includes values like `GCKHLSSegmentFormatAAC`, `GCKHLSSegmentFormatAC3`, `GCKHLSSegmentFormatMP3`, and others representing various HLS segment formats."],["`GCKHLSSegmentFormatUndefined` is used when the streaming protocol is not HLS."]]],["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"]]