Page Summary
-
The document describes the GCKHLSSegmentFormat.h file, which defines an enumeration for HLS segment types.
-
The GCKHLSSegment class provides helper functions for converting between GCKHLSSegmentFormat and NSString.
-
The GCKHLSSegmentFormat enumeration lists various HLS segment types, including Undefined, AAC, AC3, MP3, TS, TS_AAC, E_AC3, and FMP4.
-
The Undefined segment format is used when the streaming protocol is not HLS.
GCKHLSSegmentFormat enum. More...
Classes | |
| class | GCKHLSSegment |
Class that provides helpers to convert between GCKHLSSegmentFormat and NSString. More... | |
Enumerations | |
| enum | GCKHLSSegmentFormat { GCKHLSSegmentFormatUndefined = 0, GCKHLSSegmentFormatAAC = 1, GCKHLSSegmentFormatAC3 = 2, GCKHLSSegmentFormatMP3 = 3, GCKHLSSegmentFormatTS = 4, GCKHLSSegmentFormatTS_AAC = 5, GCKHLSSegmentFormatE_AC3 = 6, GCKHLSSegmentFormatFMP4 = 7 } |
| HLS segment types. More... | |
Detailed Description
GCKHLSSegmentFormat enum.
Enumeration Type Documentation
| enum GCKHLSSegmentFormat |
HLS segment types.