entities/media_information
library
Classes
-
CastBreak
-
Represents a break (e.g. ad break)
included in the main video.
-
CastBreakClips
-
Represents a break clip (e.g. a clip of an ad during an ad break)
-
GoogleCastMediaInformation
-
Holds all metadata and configuration for a media item, including content ID, type, metadata, breaks, tracks, and more.
-
GoogleCastMediaTrack
-
Represents a media track, including content type, ID, type, and serialization helpers.
-
TextTrackStyle
-
Describes style information for a text track. Colors
are represented as strings “#RRGGBBAA” where XX are
the two hexadecimal symbols that represent the
0-255 value for the specific channel/color.
It follows CSS 8-digit hex color notation.
(See http://dev.w3.org/csswg/css-color/#hex-notation).
-
UserActionState
-
Represents the state of a user action in a cast session.
-
VastAdsRequest
-
VAST ad request configuration.
Extensions
-
HColor
on Color
-
Extension on Color to provide hex color functionality.