Referenz zur GCKHLSVideoSegment-Klasse
Übersicht
Klasse, die Hilfsfunktionen zum Konvertieren zwischen GCKHLSVideoSegmentFormat
und NSString
bereitstellt.
Übernimmt NSObject.
Zusammenfassung der Klassenmethoden | |
(nullable NSString *) | + mapHLSVideoSegmentFormatToString: |
Hilfsmethode zum Umwandeln von GCKHLSVideoSegmentFormat in NSString . Mehr... | |
(GCKHLSVideoSegmentFormat) | + mapHLSVideoSegmentFormatStringToEnum: |
Hilfsmethode zum Konvertieren von to GCKHLSVidoeSegmentFormat . Mehr... | |
Methodendetail
+ (nullable NSString *) mapHLSVideoSegmentFormatToString: | (GCKHLSVideoSegmentFormat) | hlsVideoSegmentFormat |
Hilfsmethode zum Umwandeln von GCKHLSVideoSegmentFormat
in NSString
.
- Gibt Folgendes zurück:
- NSString Der Stringwert, der
GCKHLSVideoSegmentFormat
entspricht.nil
fürGCKHLSVideoSegmentFormatUndefined
und ungültige Aufzählungswerte.
- Sincé
- 4,6.0
+ (GCKHLSVideoSegmentFormat) mapHLSVideoSegmentFormatStringToEnum: | (NSString *) | hlsVideoSegmentFormatString |
Hilfsmethode zum Konvertieren von to
GCKHLSVidoeSegmentFormat
.
Beim Vergleich wird die Groß-/Kleinschreibung nicht berücksichtigt.
- Gibt Folgendes zurück:
- GCKHLSVideoSegmentFormat Der entsprechende
GCKHLSVideoSegmentFormat
-AufzählungswertGCKHLSVideoSegmentFormatUndefined
für ungültigen String.
- Sincé
- 4,6.0