GCKHLSSegmentFormat.h File

GCKHLSSegmentFormat.h File Reference

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

HLS segment types.

Enumerator
GCKHLSSegmentFormatUndefined 

Undefined.

Used when streaming protocol is not HLS.

GCKHLSSegmentFormatAAC 

HLS segment type AAC.

GCKHLSSegmentFormatAC3 

HLS segment type AC3.

GCKHLSSegmentFormatMP3 

HLS segment type MP3.

GCKHLSSegmentFormatTS 

HLS segment type TS.

GCKHLSSegmentFormatTS_AAC 

HLS segment type TS AAC.

GCKHLSSegmentFormatE_AC3 

HLS segment type E AC3.

GCKHLSSegmentFormatFMP4 

HLS segment type FMP4.