Файл GCKMediaInformation.h
Перечисление GCKMediaStreamType. Более...
Перечисление GCKMediaStreamType.
Перечисление, определяющее тип медиапотока.
Счетчик |
---|
GCKMediaStreamTypeNone | Тип потока «нет». |
GCKMediaStreamTypeBuffered | Тип буферизованного потока. |
GCKMediaStreamTypeLive | Тип прямой трансляции. |
GCKMediaStreamTypeUnknown | Неизвестный тип потока. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-06 UTC.
[null,null,["Последнее обновление: 2024-11-06 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"]]