Référence de la classe GCKHLSVideoSegment
Présentation
Classe qui fournit des assistants permettant de convertir GCKHLSVideoSegmentFormat
en NSString
.
Hérite du NSObject.
Résumé des méthodes de classe | |
(nullable NSString *) | + mapHLSVideoSegmentFormatToString: |
Méthode d'assistance permettant de convertir GCKHLSVideoSegmentFormat en NSString . Plus... | |
(GCKHLSVideoSegmentFormat) | + mapHLSVideoSegmentFormatStringToEnum: |
Méthode d'assistance permettant de convertir des GCKHLSVidoeSegmentFormat to . Plus... | |
Détails sur la méthode
+ (nullable NSString *) mapHLSVideoSegmentFormatToString: | (GCKHLSVideoSegmentFormat) | hlsVideoSegmentFormat |
Méthode d'assistance permettant de convertir GCKHLSVideoSegmentFormat
en NSString
.
- Renvoie
- NSString : valeur de chaîne correspondant à
GCKHLSVideoSegmentFormat
.nil
pourGCKHLSVideoSegmentFormatUndefined
et valeurs d'énumération non valides.
- Depuis
- 4.6.0
+ (GCKHLSVideoSegmentFormat) mapHLSVideoSegmentFormatStringToEnum: | (NSString *) | hlsVideoSegmentFormatString |
Méthode d'assistance permettant de convertir des GCKHLSVidoeSegmentFormat
to
.
La comparaison n'est pas sensible à la casse.
- Renvoie
- GCKHLSVideoSegmentFormat : valeur d'énumération
GCKHLSVideoSegmentFormat
correspondante.GCKHLSVideoSegmentFormatUndefined
pour une chaîne non valide.
- Depuis
- 4.6.0