Input to the MediaPlayback activateTextTrack command

MatterSpecification.v13.Cluster § 6.10.7.14

interface ActivateTextTrackRequest {
    trackId: string;
}

Hierarchy (view full)

Properties

Properties

trackId: string

This field shall indicate the Text Track to activate.

MatterSpecification.v13.Cluster § 6.10.7.14.1