AI-generated Key Takeaways
-
This document outlines the
GCKMediaInformation
class for aggregating media item details and theGCKMediaInformationBuilder
for creating or modifyingGCKMediaInformation
instances. -
It also defines the
GCKMediaStreamType
enum, which categorizes media streams asNone
,Buffered
,Live
, orUnknown
. -
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.
GCKMediaStreamType enum. More...
Classes | |
class | GCKMediaInformation |
A class that aggregates information about a media item. More... | |
class | GCKMediaInformationBuilder |
A builder object for constructing new or derived GCKMediaInformation instances. More... | |
Enumerations | |
enum | GCKMediaStreamType { GCKMediaStreamTypeNone = 0, GCKMediaStreamTypeBuffered = 1, GCKMediaStreamTypeLive = 2, GCKMediaStreamTypeUnknown = 99 } |
Enum defining the media stream type. More... | |
Detailed Description
GCKMediaStreamType enum.
Enumeration Type Documentation
enum GCKMediaStreamType |