Archivo GCKHLSSegmentFormat.h

Referencia del archivo GCKHLSSegmentFormat.h

Enumeración GCKHLSSegmentFormat. Más...

Clases

class  GCKHLSSegment
 Es la clase que proporciona asistentes para convertir entre GCKHLSSegmentFormat y NSString. Más...
 

Enumeraciones

enum  GCKHLSSegmentFormat {
  GCKHLSSegmentFormatUndefined = 0, GCKHLSSegmentFormatAAC = 1, GCKHLSSegmentFormatAC3 = 2, GCKHLSSegmentFormatMP3 = 3,
  GCKHLSSegmentFormatTS = 4, GCKHLSSegmentFormatTS_AAC = 5, GCKHLSSegmentFormatE_AC3 = 6, GCKHLSSegmentFormatFMP4 = 7
}
 Tipos de segmento HLS. Más...
 

Descripción detallada

Enumeración GCKHLSSegmentFormat.

Documentación del tipo de enumeración

Tipos de segmento HLS.

Enumerador
GCKHLSSegmentFormatUndefined

Indefinido.

Se usa cuando el protocolo de transmisión no es HLS.

GCKHLSSegmentFormatAAC

Tipo de segmento HLS AAC.

GCKHLSSegmentFormatAC3

Tipo de segmento HLS AC3.

GCKHLSSegmentFormatMP3

Tipo de segmento HLS MP3.

GCKHLSSegmentFormatTS

Tipo de segmento HLS (TS).

GCKHLSSegmentFormatTS_AAC

Tipo de segmento HLS TS AAC.

GCKHLSSegmentFormatE_AC3

Tipo de segmento HLS E AC3.

GCKHLSSegmentFormatFMP4

Tipo de segmento HLS FMP4.