Fichier GCKHLSVideoSegmentFormat.h

Référence du fichier GCKHLSVideoSegmentFormat.h

Énumération GCKHLSVideoSegmentFormat. Plus...

Classes

class  GCKHLSVideoSegment
 Classe qui fournit des assistants permettant de convertir GCKHLSVideoSegmentFormat en NSString. Plus...
 

Énumérations

enum  GCKHLSVideoSegmentFormat { GCKHLSVideoSegmentFormatUndefined = 0, GCKHLSVideoSegmentFormatMPEG2_TS = 1, GCKHLSVideoSegmentFormatFMP4 = 2 }
 Types de segments vidéo HLS. Plus...
 

Description détaillée

Énumération GCKHLSVideoSegmentFormat.

Documentation du type d'énumération

Types de segments vidéo HLS.

Énumérateur
GCKHLSVideoSegmentFormatUndefined

Non défini.

Utilisé lorsque le protocole de streaming n'est pas HLS.

GCKHLSVideoSegmentFormatMPEG2_TS

Type de segment HLS MPEG2 TS.

GCKHLSVideoSegmentFormatFMP4

Type de segment HLS FMP4.