Home
last modified time | relevance | path

Searched refs:setRateAsync (Results 1 – 19 of 19) sorted by relevance

/expo/packages/expo-av/build/
H A DAV.d.ts127setRateAsync(rate: number, shouldCorrectPitch: boolean, pitchCorrectionQuality?: PitchCorrectionQu… method
163setRateAsync(rate: number, shouldCorrectPitch?: boolean, pitchCorrectionQuality?: PitchCorrectionQ… constant
H A DVideo.d.ts70 setRateAsync: (rate: number, shouldCorrectPitch: boolean) => Promise<AVPlaybackStatus>;
H A DAV.js195 …async setRateAsync(rate, shouldCorrectPitch = false, pitchCorrectionQuality = PitchCorrectionQuali… method
H A DVideo.js169 setRateAsync; field in Video
H A DAV.types.js.map1setRateAsync` for details.\n */\n pitchCorrectionQuality?: PitchCorrectionQuality;\n /**\n *…
H A DAV.js.map1setRateAsync(\n rate: number,\n shouldCorrectPitch: boolean,\n pitchCorrectionQuality?: P…
H A DVideo.js.map1 …olerances?: AVPlaybackTolerance\n ) => Promise<AVPlaybackStatus>;\n setRateAsync!: (rate: number…
/expo/apps/native-component-list/src/screens/AV/
H A DVideoPlayer.tsx61 const setRateAsync = async (rate: number, shouldCorrectPitch: boolean) =>
62 video.current?.setRateAsync(rate, shouldCorrectPitch);
115 setRateAsync={setRateAsync}
H A DAudioPlayer.tsx131 await this._sound?.setRateAsync(rate, shouldCorrectPitch, pitchCorrectionQuality);
176 setRateAsync={this._setRateAsync}
H A DPlayer.tsx40 setRateAsync: (rate: number, shouldCorrectPitch: boolean) => void;
76 const _toggleShouldCorrectPitch = () => props.setRateAsync(props.rate, !props.shouldCorrectPitch);
227 props.setRateAsync(rate, props.shouldCorrectPitch);
/expo/packages/expo-av/src/
H A DAV.ts313 setRateAsync( method
388 async setRateAsync(
H A DVideo.tsx239 setRateAsync!: (rate: number, shouldCorrectPitch: boolean) => Promise<AVPlaybackStatus>;
/expo/home/components/
H A DAudioPlayer.tsx125 playback.sound.setRateAsync(
141 playback.sound.setRateAsync(
156 playback.sound.setRateAsync(
/expo/packages/expo-av/build/Audio/
H A DSound.d.ts180setRateAsync: (rate: number, shouldCorrectPitch: boolean, pitchCorrectionQuality?: PitchCorrection…
H A DSound.js282 setRateAsync; field in Sound
H A DSound.js.map1 …olerances?: AVPlaybackTolerance\n ) => Promise<AVPlaybackStatus>;\n setRateAsync!: (\n rate: …
/expo/packages/expo-av/src/Audio/
H A DSound.ts433 setRateAsync!: (
/expo/apps/test-suite/tests/
H A DVideo.js517 await instance.setRateAsync(34);
530 await instance.setRateAsync(-0.5);
H A DAudio.js589 const status = await soundObject.setRateAsync(