AI-generated Key Takeaways
-
cast.framework.messages.TracksInforepresents information about tracks. -
It includes properties for active track IDs, language, text track style, and the tracks themselves.
-
The
languageproperty takes precedence overactiveTrackIdsif both are specified.
cast.framework.messages. TracksInfo
Tracks information.
Constructor
TracksInfo
new TracksInfo()
Properties
activeTrackIds
(non-null Array of number or undefined)
The track IDs that should be active.
language
(string or undefined)
Language for the tracks that should be active. The language field will
take precedence over activeTrackIds if both are specified.
textTrackStyle
(non-null cast.framework.messages.TextTrackStyle or undefined)
The text track style.
tracks
(non-null Array of non-null cast.framework.messages.Track or undefined)
The tracks information.