File GCKMediaInformation.h
Enum GCKMediaStreamType.
Lainnya...
Enum yang menentukan jenis streaming media.
Enumerator |
---|
GCKMediaStreamTypeNone |
Jenis streaming "none".
|
GCKMediaStreamTypeBuffered |
Jenis streaming yang di-buffer.
|
GCKMediaStreamTypeLive |
Jenis live stream.
|
GCKMediaStreamTypeTidak Diketahui |
Jenis streaming tidak diketahui.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2023-12-02 UTC.
[null,null,["Terakhir diperbarui pada 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"]]