MCPcopy Index your code
hub / github.com/vidstack/player / playbackRate

Method playbackRate

packages/vidstack/src/player/player.tsx:473–475  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

471
472 @prop
473 get playbackRate() {
474 return this._provider?.playbackRate ?? 1;
475 }
476
477 set playbackRate(rate) {
478 this._canPlayQueue._enqueue('rate', () => (this._provider!.playbackRate = rate));

Callers 1

_watchPlaybackRateMethod · 0.45

Calls 1

_enqueueMethod · 0.45

Tested by

no test coverage detected