Home
last modified time | relevance | path

Searched refs:shouldPlay (Results 1 – 25 of 34) sorted by relevance

12

/expo/packages/expo-av/build/
H A DAV.js38 shouldPlay: false, property
172 return this.setStatusAsync({ shouldPlay: true }); property
177 shouldPlay: true,
183 return this.setStatusAsync({ shouldPlay: false }); property
186 return this.setStatusAsync({ positionMillis: 0, shouldPlay: false }); property
H A DAV.types.d.ts137 shouldPlay: boolean;
208 shouldPlay?: boolean;
H A DExponentAV.web.js65 shouldPlay: media.autoplay, property
95 if (status.shouldPlay !== undefined) {
96 if (status.shouldPlay) {
H A DVideo.types.d.ts180 shouldPlay?: boolean;
H A DExponentVideo.web.js95 …fined, muted: status.isMuted, loop: status.isLooping, autoPlay: status.shouldPlay, controls: useNa…
H A DAV.js.map1shouldPlay: false,\n * rate: 1.0,\n * shouldCorrectPitch: false,\n * volume: 1.0,\n * isMu…
H A DVideo.js144 shouldPlay: true,
/expo/packages/expo-av/src/
H A DAV.ts49 shouldPlay: false, constant
354 return (this as any as Playback).setStatusAsync({ shouldPlay: true });
363 shouldPlay: true,
370 return (this as any as Playback).setStatusAsync({ shouldPlay: false });
374 return (this as any as Playback).setStatusAsync({ positionMillis: 0, shouldPlay: false });
H A DAV.types.ts156 shouldPlay: boolean;
231 shouldPlay?: boolean;
H A DExponentAV.web.ts79 shouldPlay: media.autoplay,
114 if (status.shouldPlay !== undefined) {
115 if (status.shouldPlay) {
H A DVideo.types.ts207 shouldPlay?: boolean;
H A DExponentVideo.web.tsx158 autoPlay={status.shouldPlay}
H A DVideo.tsx205 shouldPlay: true,
318 'shouldPlay',
/expo/apps/test-suite/tests/
H A DVideo.js131 <Video style={style} source={videoRemoteSource} shouldPlay />,
248 <Video style={style} source={imageSource} shouldPlay />,
261 <Video style={style} source={webmSource} shouldPlay />,
555 shouldPlay: true, property
587 shouldPlay: true, property
674 await instance.loadAsync(source, { shouldPlay: true }); property
692 const props = { style, source, shouldPlay: true, ref: refSetter };
739 shouldPlay: true, property
763 shouldPlay: true, property
798 shouldPlay: true, property
[all …]
H A DAudio.js322 shouldPlay: true, property
337 shouldPlay: true, property
465 await soundObject.loadAsync(mainTestingSource, { shouldPlay: true }); property
/expo/apps/native-component-list/src/screens/ImagePicker/
H A DImagePickerAssetsList.tsx23 shouldPlay
/expo/packages/expo-av/build/Audio/
H A DAudioAvailability.js.map1 … immediately pause all players when disabled, but we do not resume all shouldPlay\n // players wh…
H A DSound.js273 shouldPlay: true,
/expo/packages/expo-av/src/Audio/
H A DSound.ts416 shouldPlay: true,
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dav.mdx38 { shouldPlay: true }
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dav.mdx38 { shouldPlay: true }
/expo/ios/versioned/sdk48/EXAV/EXAV/
H A DABI48_0_0EXAVPlayerData.m21 NSString *const ABI48_0_0EXAVPlayerDataStatusShouldPlayKeyPath = @"shouldPlay";
54 @property (nonatomic, assign) BOOL shouldPlay; property
265 NSNumber *shouldPlay = parameters[ABI48_0_0EXAVPlayerDataStatusShouldPlayKeyPath];
266 _shouldPlay = shouldPlay.boolValue;
619 self.shouldPlay = NO;
/expo/packages/expo-av/ios/EXAV/
H A DEXAVPlayerData.m21 NSString *const EXAVPlayerDataStatusShouldPlayKeyPath = @"shouldPlay";
54 @property (nonatomic, assign) BOOL shouldPlay; property
265 NSNumber *shouldPlay = parameters[EXAVPlayerDataStatusShouldPlayKeyPath];
266 _shouldPlay = shouldPlay.boolValue;
623 self.shouldPlay = NO;
/expo/ios/versioned/sdk47/EXAV/EXAV/
H A DABI47_0_0EXAVPlayerData.m21 NSString *const ABI47_0_0EXAVPlayerDataStatusShouldPlayKeyPath = @"shouldPlay";
54 @property (nonatomic, assign) BOOL shouldPlay; property
265 NSNumber *shouldPlay = parameters[ABI47_0_0EXAVPlayerDataStatusShouldPlayKeyPath];
266 _shouldPlay = shouldPlay.boolValue;
619 self.shouldPlay = NO;
/expo/ios/versioned/sdk49/EXAV/EXAV/
H A DABI49_0_0EXAVPlayerData.m21 NSString *const ABI49_0_0EXAVPlayerDataStatusShouldPlayKeyPath = @"shouldPlay";
54 @property (nonatomic, assign) BOOL shouldPlay; property
265 NSNumber *shouldPlay = parameters[ABI49_0_0EXAVPlayerDataStatusShouldPlayKeyPath];
266 _shouldPlay = shouldPlay.boolValue;
619 self.shouldPlay = NO;

12