GCKHLSSegmentFormat.h-Datei
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
GCKHLSSegmentFormat-Enum.
Mehr...
|
class | GCKHLSSegment |
| Klasse, die Hilfsprogramme zum Konvertieren zwischen GCKHLSSegmentFormat und NSString bereitstellt. Mehr...
|
|
GCKHLSSegmentFormat-Enum.
HLS-Segmenttypen
Zähler |
---|
GCKHLSSegmentFormatUndefined |
Nicht definiert.
Wird verwendet, wenn das Streamingprotokoll kein HLS ist.
|
GCKHLSSegmentFormatAAC |
HLS-Segmenttyp: AAC
|
GCKHLSSegmentFormatAC3 |
HLS-Segmenttyp „AC3“
|
GCKHLSSegmentFormatMP3 |
HLS-Segmenttyp: MP3
|
GCKHLSSegmentFormatTS |
HLS-Segmenttyp: TS.
|
GCKHLSSegmentFormatTS_AAC |
HLS-Segmenttyp: TS AAC
|
GCKHLSSegmentFormatE_AC3 |
HLS-Segmenttyp E AC3
|
GCKHLSSegmentFormatFMP4 |
HLS-Segmenttyp: FMP4
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2023-12-02 (UTC).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2023-12-02 (UTC)."],[[["This document details the `GCKHLSSegmentFormat` enum, which defines different HLS segment types used in Google Cast."],["The `GCKHLSSegment` class provides helper methods to convert between `GCKHLSSegmentFormat` values and `NSString` representations."],["The `GCKHLSSegmentFormat` enum includes values like `GCKHLSSegmentFormatAAC`, `GCKHLSSegmentFormatAC3`, `GCKHLSSegmentFormatMP3`, and others representing various HLS segment formats."],["`GCKHLSSegmentFormatUndefined` is used when the streaming protocol is not HLS."]]],["This content defines the `GCKHLSSegmentFormat` enum, which specifies different types of HLS (HTTP Live Streaming) segments. It also introduces the `GCKHLSSegment` class, designed to aid in the conversion between the segment format and `NSString`. The enum includes options for undefined, AAC, AC3, MP3, TS, TS AAC, E AC3, and FMP4 segment types, each described with a corresponding use case.\n"]]