MediaStorePlayerSettings.mediaSpeed property

Trick-play media-speed multiplier. Defaults to normal (1). Values greater than 1 fast-forward and values less than 1 slow-motion the media timeline (the frames' PTS/DTS are rewritten). Must be greater than 0. Pair with a downstream frame-rate-conversion node for clean constant-rate output; audio is dropped whenever the speed is not 1.

Assumes a forward, monotone playback: a backward media-time jump (a seek, or a repeated/looping cut) is not currently rebased by the trick-play retimer, so combining mediaSpeed != 1 with such playback is unsupported for now.

Signature:

mediaSpeed?: number;