Home
last modified time | relevance | path

Searched refs:progressUpdateIntervalMillis (Results 1 – 25 of 32) sorted by relevance

12

/expo/packages/expo-av/build/Audio/
H A DRecording.js160 …ngOptionsPresets.LOW_QUALITY, onRecordingStatusUpdate = null, progressUpdateIntervalMillis = null)…
162 if (progressUpdateIntervalMillis) {
163 recording._progressUpdateIntervalMillis = progressUpdateIntervalMillis;
222 setProgressUpdateInterval(progressUpdateIntervalMillis) { argument
223 this._progressUpdateIntervalMillis = progressUpdateIntervalMillis;
H A DRecording.d.ts102 …ingStatusUpdate?: ((status: RecordingStatus) => void) | null, progressUpdateIntervalMillis?: numbe…
123 setProgressUpdateInterval(progressUpdateIntervalMillis: number): void;
H A DSound.d.ts184 …setProgressUpdateIntervalAsync: (progressUpdateIntervalMillis: number) => Promise<AVPlaybackStatus…
H A DRecording.js.map1progressUpdateIntervalMillis`.\n *\n * ```ts\n * const { recording, status } = await Audio.R…
/expo/packages/expo-av/build/
H A DAV.types.d.ts118 progressUpdateIntervalMillis: number;
198 progressUpdateIntervalMillis?: number;
H A DAV.js37 progressUpdateIntervalMillis: _DEFAULT_PROGRESS_UPDATE_INTERVAL_MILLIS, property
211 async setProgressUpdateIntervalAsync(progressUpdateIntervalMillis) { argument
212 return this.setStatusAsync({ progressUpdateIntervalMillis }); field
H A DAV.d.ts150 setProgressUpdateIntervalAsync(progressUpdateIntervalMillis: number): Promise<AVPlaybackStatus>;
167 setProgressUpdateIntervalAsync(progressUpdateIntervalMillis: number): Promise<AVPlaybackStatus>;
H A DVideo.types.d.ts169 progressUpdateIntervalMillis?: number;
H A DVideo.d.ts74 …setProgressUpdateIntervalAsync: (progressUpdateIntervalMillis: number) => Promise<AVPlaybackStatus…
H A DAV.js.map1progressUpdateIntervalMillis: 500,\n * positionMillis: 0,\n * shouldPlay: false,\n * rate: 1…
H A DExponentAV.web.js59 progressUpdateIntervalMillis: 100, property
/expo/packages/expo-av/src/
H A DAV.types.ts135 progressUpdateIntervalMillis: number;
219 progressUpdateIntervalMillis?: number;
H A DAV.ts48 progressUpdateIntervalMillis: _DEFAULT_PROGRESS_UPDATE_INTERVAL_MILLIS,
344 setProgressUpdateIntervalAsync(progressUpdateIntervalMillis: number): Promise<AVPlaybackStatus>;
413 progressUpdateIntervalMillis: number
415 return (this as any as Playback).setStatusAsync({ progressUpdateIntervalMillis });
H A DVideo.types.ts196 progressUpdateIntervalMillis?: number;
H A DVideo.tsx217 …* Set `progressUpdateIntervalMillis` via `setStatusAsync()` or `setProgressUpdateIntervalAsync()` …
244 progressUpdateIntervalMillis: number
316 'progressUpdateIntervalMillis',
H A DExponentAV.web.ts73 progressUpdateIntervalMillis: 100, //TODO: Bacon: Add interval between calls constant
/expo/packages/expo-av/src/Audio/
H A DRecording.ts198 progressUpdateIntervalMillis: number | null = null
201 if (progressUpdateIntervalMillis) {
202 recording._progressUpdateIntervalMillis = progressUpdateIntervalMillis;
263 setProgressUpdateInterval(progressUpdateIntervalMillis: number) {
264 this._progressUpdateIntervalMillis = progressUpdateIntervalMillis;
H A DSound.ts442 progressUpdateIntervalMillis: number
/expo/apps/native-component-list/src/screens/AV/
H A DAudioPlayer.tsx83 progressUpdateIntervalMillis: 150,
H A DVideoPlayer.tsx142 progressUpdateIntervalMillis={100}
/expo/ios/versioned/sdk48/EXAV/EXAV/
H A DABI48_0_0EXAVPlayerData.m15 …ABI48_0_0EXAVPlayerDataStatusProgressUpdateIntervalMillisKeyPath = @"progressUpdateIntervalMillis";
52 @property (nonatomic, strong) NSNumber *progressUpdateIntervalMillis; property
230 …NSNumber *progressUpdateIntervalMillis = parameters[ABI48_0_0EXAVPlayerDataStatusProgressUpdateInt…
231 …mustUpdateTimeObserver = ![progressUpdateIntervalMillis isEqualToNumber:_progressUpdateIntervalMil…
232 _progressUpdateIntervalMillis = progressUpdateIntervalMillis;
/expo/packages/expo-av/ios/EXAV/
H A DEXAVPlayerData.m15 …g *const EXAVPlayerDataStatusProgressUpdateIntervalMillisKeyPath = @"progressUpdateIntervalMillis";
52 @property (nonatomic, strong) NSNumber *progressUpdateIntervalMillis; property
230 …NSNumber *progressUpdateIntervalMillis = parameters[EXAVPlayerDataStatusProgressUpdateIntervalMill…
231 …mustUpdateTimeObserver = ![progressUpdateIntervalMillis isEqualToNumber:_progressUpdateIntervalMil…
232 _progressUpdateIntervalMillis = progressUpdateIntervalMillis;
/expo/ios/versioned/sdk47/EXAV/EXAV/
H A DABI47_0_0EXAVPlayerData.m15 …ABI47_0_0EXAVPlayerDataStatusProgressUpdateIntervalMillisKeyPath = @"progressUpdateIntervalMillis";
52 @property (nonatomic, strong) NSNumber *progressUpdateIntervalMillis; property
230 …NSNumber *progressUpdateIntervalMillis = parameters[ABI47_0_0EXAVPlayerDataStatusProgressUpdateInt…
231 …mustUpdateTimeObserver = ![progressUpdateIntervalMillis isEqualToNumber:_progressUpdateIntervalMil…
232 _progressUpdateIntervalMillis = progressUpdateIntervalMillis;
/expo/ios/versioned/sdk49/EXAV/EXAV/
H A DABI49_0_0EXAVPlayerData.m15 …ABI49_0_0EXAVPlayerDataStatusProgressUpdateIntervalMillisKeyPath = @"progressUpdateIntervalMillis";
52 @property (nonatomic, strong) NSNumber *progressUpdateIntervalMillis; property
230 …NSNumber *progressUpdateIntervalMillis = parameters[ABI49_0_0EXAVPlayerDataStatusProgressUpdateInt…
231 …mustUpdateTimeObserver = ![progressUpdateIntervalMillis isEqualToNumber:_progressUpdateIntervalMil…
232 _progressUpdateIntervalMillis = progressUpdateIntervalMillis;
/expo/home/components/
H A DAudioPlayer.tsx65 sound.loadAsync(source, { progressUpdateIntervalMillis: 150 }).catch(setError);

12