Const
Readonly
attributes: { Readonly
activeActiveTrack refers to the Text track currently set and being used for the streaming media. This can be nil. A value of null shall indicate that no Text Track corresponding to the current media is currently being displayed.
Readonly
availableAvailableTextTracks refers to the list of Text tracks available for the current title being played. This can be an empty list. A value of null shall indicate that no Text Tracks corresponding to the current media are selectable by the client.
Readonly
commands: { Readonly
activateUpon receipt, the server shall set the active Text Track to the one identified by the TrackID in the Track catalog for the streaming media. If the TrackID does not exist in the Track catalog, OR does not correspond to the streaming media OR no media is being streamed at the time of receipt of this command, the server shall return an error status of INVALID_ARGUMENT.
Readonly
deactivateIf a Text Track is active (i.e. being displayed), upon receipt of this command, the server shall stop displaying it.
A MediaPlaybackCluster supports these elements if it supports feature TextTracks.