Searched refs:setRateAsync (Results 1 – 19 of 19) sorted by relevance
| /expo/packages/expo-av/build/ |
| H A D | AV.d.ts | 127 …setRateAsync(rate: number, shouldCorrectPitch: boolean, pitchCorrectionQuality?: PitchCorrectionQu… method 163 …setRateAsync(rate: number, shouldCorrectPitch?: boolean, pitchCorrectionQuality?: PitchCorrectionQ… constant
|
| H A D | Video.d.ts | 70 setRateAsync: (rate: number, shouldCorrectPitch: boolean) => Promise<AVPlaybackStatus>;
|
| H A D | AV.js | 195 …async setRateAsync(rate, shouldCorrectPitch = false, pitchCorrectionQuality = PitchCorrectionQuali… method
|
| H A D | Video.js | 169 setRateAsync; field in Video
|
| H A D | AV.types.js.map | 1 …setRateAsync` for details.\n */\n pitchCorrectionQuality?: PitchCorrectionQuality;\n /**\n *…
|
| H A D | AV.js.map | 1 …setRateAsync(\n rate: number,\n shouldCorrectPitch: boolean,\n pitchCorrectionQuality?: P…
|
| H A D | Video.js.map | 1 …olerances?: AVPlaybackTolerance\n ) => Promise<AVPlaybackStatus>;\n setRateAsync!: (rate: number…
|
| /expo/apps/native-component-list/src/screens/AV/ |
| H A D | VideoPlayer.tsx | 61 const setRateAsync = async (rate: number, shouldCorrectPitch: boolean) => 62 video.current?.setRateAsync(rate, shouldCorrectPitch); 115 setRateAsync={setRateAsync}
|
| H A D | AudioPlayer.tsx | 131 await this._sound?.setRateAsync(rate, shouldCorrectPitch, pitchCorrectionQuality); 176 setRateAsync={this._setRateAsync}
|
| H A D | Player.tsx | 40 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 D | AV.ts | 313 setRateAsync( method 388 async setRateAsync(
|
| H A D | Video.tsx | 239 setRateAsync!: (rate: number, shouldCorrectPitch: boolean) => Promise<AVPlaybackStatus>;
|
| /expo/home/components/ |
| H A D | AudioPlayer.tsx | 125 playback.sound.setRateAsync( 141 playback.sound.setRateAsync( 156 playback.sound.setRateAsync(
|
| /expo/packages/expo-av/build/Audio/ |
| H A D | Sound.d.ts | 180 …setRateAsync: (rate: number, shouldCorrectPitch: boolean, pitchCorrectionQuality?: PitchCorrection…
|
| H A D | Sound.js | 282 setRateAsync; field in Sound
|
| H A D | Sound.js.map | 1 …olerances?: AVPlaybackTolerance\n ) => Promise<AVPlaybackStatus>;\n setRateAsync!: (\n rate: …
|
| /expo/packages/expo-av/src/Audio/ |
| H A D | Sound.ts | 433 setRateAsync!: (
|
| /expo/apps/test-suite/tests/ |
| H A D | Video.js | 517 await instance.setRateAsync(34); 530 await instance.setRateAsync(-0.5);
|
| H A D | Audio.js | 589 const status = await soundObject.setRateAsync(
|