GCKMediaRequestItem.h File Reference
GCKStreamingProtocolType and GCKHLSSegmentFormat enums. More...
Classes | |
class | GCKMediaRequestItem |
A class representing a request item sent to Cast receivers. More... | |
Enumerations | |
enum | GCKStreamingProtocolType { GCKStreamingProtocolTypeUnknown = 0, GCKStreamingProtocolTypeMPEGDASH = 1, GCKStreamingProtocolTypeHLS = 2, GCKStreamingProtocolTypeSmoothStreaming = 3 } |
Media streaming protocol types. More... | |
enum | GCKHLSSegmentFormat { GCKHLSSegmentFormatUndefined = 0, GCKHLSSegmentFormatAAC = 1, GCKHLSSegmentFormatAC3 = 2, GCKHLSSegmentFormatMP3 = 3, GCKHLSSegmentFormatTS = 4, GCKHLSSegmentFormatTS_AAC = 5 } |
HLS segment types. More... | |
Detailed Description
GCKStreamingProtocolType and GCKHLSSegmentFormat enums.
Enumeration Type Documentation
Media streaming protocol types.
enum GCKHLSSegmentFormat |
HLS segment types.