Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["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,[]]