File GCKHLSSegmentFormat.h

Riferimento file GCKHLSSegmentFormat.h

Enum GCKHLSSegmentFormat. Altro...

Corsi

class  GCKHLSSegment
 Classe che fornisce assistenza per la conversione tra GCKHLSSegmentFormat e NSString. Altro...
 

Enumerazioni

enum  GCKHLSSegmentFormat {
  GCKHLSSegmentFormatUndefined = 0, GCKHLSSegmentFormatAAC = 1, GCKHLSSegmentFormatAC3 = 2, GCKHLSSegmentFormatMP3 = 3,
  GCKHLSSegmentFormatTS = 4, GCKHLSSegmentFormatTS_AAC = 5, GCKHLSSegmentFormatE_AC3 = 6, GCKHLSSegmentFormatFMP4 = 7
}
 Tipi di segmenti HLS Altro...
 

Descrizione dettagliata

Enum GCKHLSSegmentFormat.

Documentazione del tipo di enumerazione

Tipi di segmenti HLS

Enumeratore
GCKHLSSegmentFormatUndefined

Non definita.

Utilizzato quando il protocollo di streaming non è HLS.

GCKHLSSegmentFormatAAC

Tipo di segmento HLS AAC.

GCKHLSSegmentFormatAC3

Tipo di segmento HLS AC3.

GCKHLSSegmentFormatMP3

Tipo di segmento HLS MP3.

GCKHLSSegmentFormatTS

Tipo di segmento HLS TS.

GCKHLSSegmentFormatTS_AAC

Tipo di segmento HLS TS AAC.

GCKHLSSegmentFormatE_AC3

Segmento HLS tipo E AC3.

GCKHLSSegmentFormatFMP4

Tipo di segmento HLS FMP4.