GCKHLSVideoSegmentFormat.h File

GCKHLSVideoSegmentFormat.h File Reference

GCKHLSVideoSegmentFormat enum. More...

Classes

class  GCKHLSVideoSegment
 Class that provides helpers to convert between GCKHLSVideoSegmentFormat and NSString. More...
 

Enumerations

enum  GCKHLSVideoSegmentFormat { GCKHLSVideoSegmentFormatUndefined = 0, GCKHLSVideoSegmentFormatMPEG2_TS = 1, GCKHLSVideoSegmentFormatFMP4 = 2 }
 HLS video segment types. More...
 

Detailed Description

GCKHLSVideoSegmentFormat enum.

Enumeration Type Documentation

HLS video segment types.

Enumerator
GCKHLSVideoSegmentFormatUndefined 

Undefined.

Used when streaming protocol is not HLS.

GCKHLSVideoSegmentFormatMPEG2_TS 

HLS segment type MPEG2 TS.

GCKHLSVideoSegmentFormatFMP4 

HLS segment type FMP4.