GCKHLSVideoSegmentFormat.h 文件
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
GCKHLSVideoSegmentFormat 枚举。
更多...
GCKHLSVideoSegmentFormat 枚举。
HLS 视频片段类型。
枚举器 |
---|
GCKHLSVideoSegmentFormatUnspecified |
未定义。
在流式传输协议不是 HLS 时使用。
|
GCKHLSVideoSegmentFormatMPEG2_TS |
HLS 片段类型 MPEG2 TS。
|
GCKHLSVideoSegmentFormatFMP4 |
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 `GCKHLSVideoSegmentFormat` enum, which defines the types of HLS video segments."],["It introduces the `GCKHLSVideoSegment` class, providing helper methods for converting between `GCKHLSVideoSegmentFormat` and `NSString`."],["The `GCKHLSVideoSegmentFormat` enum includes `GCKHLSVideoSegmentFormatUndefined`, `GCKHLSVideoSegmentFormatMPEG2_TS`, and `GCKHLSVideoSegmentFormatFMP4` to represent different segment formats."]]],["The document details the `GCKHLSVideoSegmentFormat` enumeration, which defines HLS video segment types. These include `GCKHLSVideoSegmentFormatUndefined` for non-HLS streams, `GCKHLSVideoSegmentFormatMPEG2_TS` for MPEG2 TS segments, and `GCKHLSVideoSegmentFormatFMP4` for FMP4 segments. Additionally, the document references a class, `GCKHLSVideoSegment`, designed to convert between the enumeration types and `NSString` representations. The information is located in the GCKHLSVideoSegmentFormat.h file.\n"]]