Input to the MediaPlayback fastForward command

MatterSpecification.v13.Cluster § 6.10.7.8

interface FastForwardRequest {
    audioAdvanceUnmuted?: boolean;
}

Hierarchy (view full)

Properties

audioAdvanceUnmuted?: 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