Input to the MediaPlayback skipForward command

MatterSpecification.v13.Cluster § 6.10.7.9

interface SkipForwardRequest {
    deltaPositionMilliseconds: number | bigint;
}

Hierarchy (view full)

Properties

deltaPositionMilliseconds: number | bigint

This field shall indicate the duration of the time span to skip forward in the media, in milliseconds. In case the resulting position falls in the middle of a frame, the server shall set the position to the beginning of that frame and set the SampledPosition attribute on the cluster accordingly. If the resultant position falls beyond the furthest valid position in the media the client may seek forward to, the position should be set to that furthest valid position. If the SampledPosition attribute is supported it shall be updated on the cluster accordingly.

MatterSpecification.v13.Cluster § 6.10.7.9.1