| /expo/packages/expo-av/build/ |
| H A D | AV.js | 38 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 D | AV.types.d.ts | 137 shouldPlay: boolean; 208 shouldPlay?: boolean;
|
| H A D | ExponentAV.web.js | 65 shouldPlay: media.autoplay, property 95 if (status.shouldPlay !== undefined) { 96 if (status.shouldPlay) {
|
| H A D | Video.types.d.ts | 180 shouldPlay?: boolean;
|
| H A D | ExponentVideo.web.js | 95 …fined, muted: status.isMuted, loop: status.isLooping, autoPlay: status.shouldPlay, controls: useNa…
|
| H A D | AV.js.map | 1 …shouldPlay: false,\n * rate: 1.0,\n * shouldCorrectPitch: false,\n * volume: 1.0,\n * isMu…
|
| H A D | Video.js | 144 shouldPlay: true,
|
| /expo/packages/expo-av/src/ |
| H A D | AV.ts | 49 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 D | AV.types.ts | 156 shouldPlay: boolean; 231 shouldPlay?: boolean;
|
| H A D | ExponentAV.web.ts | 79 shouldPlay: media.autoplay, 114 if (status.shouldPlay !== undefined) { 115 if (status.shouldPlay) {
|
| H A D | Video.types.ts | 207 shouldPlay?: boolean;
|
| H A D | ExponentVideo.web.tsx | 158 autoPlay={status.shouldPlay}
|
| H A D | Video.tsx | 205 shouldPlay: true, 318 'shouldPlay',
|
| /expo/apps/test-suite/tests/ |
| H A D | Video.js | 131 <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 D | Audio.js | 322 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 D | ImagePickerAssetsList.tsx | 23 shouldPlay
|
| /expo/packages/expo-av/build/Audio/ |
| H A D | AudioAvailability.js.map | 1 … immediately pause all players when disabled, but we do not resume all shouldPlay\n // players wh…
|
| H A D | Sound.js | 273 shouldPlay: true,
|
| /expo/packages/expo-av/src/Audio/ |
| H A D | Sound.ts | 416 shouldPlay: true,
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | av.mdx | 38 { shouldPlay: true }
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | av.mdx | 38 { shouldPlay: true }
|
| /expo/ios/versioned/sdk48/EXAV/EXAV/ |
| H A D | ABI48_0_0EXAVPlayerData.m | 21 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 D | EXAVPlayerData.m | 21 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 D | ABI47_0_0EXAVPlayerData.m | 21 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 D | ABI49_0_0EXAVPlayerData.m | 21 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;
|