File GCKHLSSegmentFormat.h

Riferimento file GCKHLSSegmentFormat.h

Enum. GCKHLSSegmentFormat Altro...

Corsi

class  GCKHLSSegment
 Classe che fornisce aiuti 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 sul 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.

GCKHLSSegmentoFormatoE_AC3

Tipo di segmento HLS E AC3.

GCKHLSSegmentoFormatoFMP4

Tipo di segmento HLS FMP4.