GCKHLSVideoSegment 类
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
提供辅助程序在 GCKHLSVideoSegmentFormat
和 NSString
之间进行转换的类。
此类继承 NSObject。
用于从 GCKHLSVideoSegmentFormat
转换为 NSString
的辅助方法。
- 返回
- NSString:与
GCKHLSVideoSegmentFormat
对应的字符串值。nil
表示 GCKHLSVideoSegmentFormatUndefined
和无效枚举值。
- 开始时间
- 4.6.0
用于从 to
GCKHLSVidoeSegmentFormat
进行转换的辅助方法。
比较不区分大小写。
- 返回
- GCKHLSVideoSegmentFormat:相应的
GCKHLSVideoSegmentFormat
枚举值。GCKHLSVideoSegmentFormatUndefined
表示无效字符串。
- 开始时间
- 4.6.0
如未另行说明,那么本页面中的内容已根据知识共享署名 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。"],[[["The `GCKHLSVideoSegment` class provides helper methods for converting between `GCKHLSVideoSegmentFormat` and `NSString`."],["`mapHLSVideoSegmentFormatToString:` converts a `GCKHLSVideoSegmentFormat` enum value to its corresponding string representation."],["`mapHLSVideoSegmentFormatStringToEnum:` converts a string representation of a video segment format to its corresponding `GCKHLSVideoSegmentFormat` enum value."],["These helper methods were introduced in version 4.6.0 of the framework."]]],["The `GCKHLSVideoSegment` class provides methods to convert between `GCKHLSVideoSegmentFormat` and `NSString`. The `mapHLSVideoSegmentFormatToString:` method converts a `GCKHLSVideoSegmentFormat` to its corresponding `NSString` representation, returning `nil` for undefined or invalid values. Conversely, `mapHLSVideoSegmentFormatStringToEnum:` converts an `NSString` to a `GCKHLSVideoSegmentFormat` enum, handling comparisons in a case-insensitive manner and returning `GCKHLSVideoSegmentFormatUndefined` for invalid strings.\n"]]