TlvFastForwardRequest: ObjectSchema<{
    audioAdvanceUnmuted: OptionalFieldType<boolean>;
}> = ...

Input to the MediaPlayback fastForward command

Type declaration

  • audioAdvanceUnmuted: OptionalFieldType<boolean>

    This field shall indicate whether audio should be unmuted by the player during fast forward.

    A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned down to a low level and/or unplugged.

    MatterSpecification.v13.Cluster § 6.10.7.8.1

MatterSpecification.v13.Cluster § 6.10.7.8