Plik GCKMediaInformation.h
Wyliczenie GCKMediaStreamType.
Więcej...
Wyliczenie GCKMediaStreamType.
Wyliczenie określające typ strumienia multimediów.
Wyliczenie |
---|
GCKMediaStreamTypeNone |
Typ strumienia „brak”.
|
GCKMediaStreamTypeBuffered |
Typ strumienia buforowanego.
|
GCKMediaStreamTypeLive |
Typ transmisji na żywo.
|
GCKMediaStreamTypeUnknown |
Nieznany typ strumienia.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2023-12-02 UTC.
[null,null,["Ostatnia aktualizacja: 2023-12-02 UTC."],[[["This document outlines the `GCKMediaInformation` class for aggregating media item details and the `GCKMediaInformationBuilder` for creating or modifying `GCKMediaInformation` instances."],["It also defines the `GCKMediaStreamType` enum, which categorizes media streams as `None`, `Buffered`, `Live`, or `Unknown`."],["The `GCKMediaInformation` class is crucial for managing media metadata within the Google Cast framework."],["The `GCKMediaStreamType` enum provides a standardized way to identify the nature of a media stream for playback control."]]],["This document outlines components for handling media information. It defines the `GCKMediaInformation` class, which aggregates data about a media item, and the `GCKMediaInformationBuilder` class, which is used to construct new `GCKMediaInformation` instances. Additionally, it specifies the `GCKMediaStreamType` enumeration, which defines the possible types of media streams: None, Buffered, Live, or Unknown.\n"]]