GCKMediaRequestItem.h-Datei
GCKStreamingProtocolType-Enum.
Mehr...
GCKStreamingProtocolType-Enum.
Media-Streaming-Protokolltypen
Zähler |
---|
GCKStreamingProtocolTypeUnknown |
Unbekanntes Streaming-Protokoll.
CAF-Empfänger führen keinen Precache durch, wenn das Protokoll unbekannt ist.
|
GCKStreamingProtocolTypeMPEGDASH |
MPEG DASH-Protokoll
CAF-Empfänger speichern DASH-Inhalte nur dann vorab im Cache, wenn MPL verwendet wird.
|
GCKStreamingProtocolTypeHLS |
HLS-Protokoll.
|
GCKStreamingProtocolTypeSmoothStreaming |
Smooth Streaming-Protokoll.
|
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).
[null,null,["Zuletzt aktualisiert: 2023-12-02 (UTC)."],[[["This header file defines the `GCKMediaRequestItem` class, which represents a request item sent to Cast receivers."],["It also defines the `GCKStreamingProtocolType` enum, specifying the supported media streaming protocols like MPEG DASH, HLS, and Smooth Streaming."],["`GCKStreamingProtocolType` helps Cast receivers determine the protocol and handle precaching accordingly, such as with DASH content and MPL usage."]]],["The core content details `GCKMediaRequestItem`, a class for sending request items to Cast receivers. It also defines `GCKStreamingProtocolType`, an enumeration specifying media streaming protocols. This enum includes `GCKStreamingProtocolTypeUnknown`, `GCKStreamingProtocolTypeMPEGDASH`, `GCKStreamingProtocolTypeHLS`, and `GCKStreamingProtocolTypeSmoothStreaming`. Each type corresponds to a different streaming protocol, with notes on receiver precaching behavior for some.\n"]]