GCKMediaInformation.h File

  • This documentation details the GCKMediaInformation.h file, which includes the GCKMediaInformation class and the GCKMediaStreamType enum.

  • The GCKMediaInformation class provides a way to manage information about a media item.

  • The GCKMediaStreamType enum defines different types of media streams, such as buffered, live, and unknown.

GCKMediaInformation.h File Reference

GCKMediaStreamType enum. More...

Classes

class  GCKMediaInformation
 A class that aggregates information about a media item. 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 defining the media stream type.

Enumerator
GCKMediaStreamTypeNone 

A stream type of "none".

GCKMediaStreamTypeBuffered 

A buffered stream type.

GCKMediaStreamTypeLive 

A live stream type.

GCKMediaStreamTypeUnknown 

An unknown stream type.