TlvActivateTextTrackRequest: ObjectSchema<{
    trackId: FieldType<string>;
}> = ...

Input to the MediaPlayback activateTextTrack command

Type declaration

  • trackId: FieldType<string>

    This field shall indicate the Text Track to activate.

    MatterSpecification.v13.Cluster § 6.10.7.14.1

MatterSpecification.v13.Cluster § 6.10.7.14