Lines Matching refs:Video
4 import { Video, VideoFullscreenUpdate } from 'expo-av';
66 const element = React.createElement(Video, {
86 const element = React.createElement(Video, { style, source, [propName]: value });
100 const element = React.createElement(Video, {
120 await mountAndWaitFor(<Video style={style} source={source} />, 'onLoadStart');
126 await mountAndWaitFor(<Video style={style} source={source} />, 'onLoad');
131 <Video style={style} source={videoRemoteSource} shouldPlay />,
140 await mountAndWaitFor(<Video style={style} />, 'ref');
144 const status = await mountAndWaitFor(<Video style={style} source={mp4Source} />);
150 <Video style={style} source={Asset.fromModule(mp4Source)} />
156 const status = await mountAndWaitFor(<Video style={style} source={videoRemoteSource} />);
165 <Video
182 <Video
201 <Video style={style} source={{ uri: hlsStreamUriWithRedirect }} />
214 <Video style={style} source={{ uri: hlsStreamUri }} />
221 <Video style={style} source={redirectingVideoRemoteSource} />
227 await mountAndWaitFor(<Video style={style} source={videoRemoteSource} />);
228 await mountAndWaitFor(<Video style={style} source={redirectingVideoRemoteSource} />);
232 await mountAndWaitFor(<Video style={style} source={videoRemoteSource} />);
234 <Video style={style} source={redirectingVideoRemoteSource} useNativeControls />
239 await mountAndWaitFor(<Video style={style} source={videoRemoteSource} useNativeControls />);
240 await mountAndWaitFor(<Video style={style} source={redirectingVideoRemoteSource} />);
248 <Video style={style} source={imageSource} shouldPlay />,
261 <Video style={style} source={webmSource} shouldPlay />,
279 Video.RESIZE_MODE_COVER,
280 Video.RESIZE_MODE_CONTAIN,
281 Video.RESIZE_MODE_STRETCH,
291 await mountAndWaitFor(<Video {...props} />);
300 await mountAndWaitFor(<Video {...props} />);
310 const status = await mountAndWaitFor(<Video {...props} />, 'onReadyForDisplay');
322 const status = await mountAndWaitFor(<Video {...props} />, 'onReadyForDisplay');
333 const status = await mountAndWaitFor(<Video {...props} />, 'onReadyForDisplay');
344 const status = await mountAndWaitFor(<Video {...props} />, 'onReadyForDisplay');
354 const status = await mountAndWaitFor(<Video {...props} />, 'onReadyForDisplay');
366 const status = await mountAndWaitFor(<Video {...props} />, 'onReadyForDisplay');
380 <Video
414 <Video style={style} source={source} ref={refSetter} />,
434 <Video style={style} source={source} ref={refSetter} />,
453 <Video style={style} source={source} ref={refSetter} />,
479 await mountAndWaitFor(<Video {...props} />);
492 await mountAndWaitFor(<Video {...props} />);
516 await mountAndWaitFor(<Video {...props} />);
529 await mountAndWaitFor(<Video {...props} />);
551 await mountAndWaitFor(<Video {...props} />);
578 await mountAndWaitFor(<Video {...props} />);
640 await mountAndWaitFor(<Video {...props} />);
655 const instance = await mountAndWaitFor(<Video {...props} />, 'ref');
663 const instance = await mountAndWaitFor(<Video {...props} />, 'ref');
673 const instance = await mountAndWaitFor(<Video style={style} usePoster />, 'ref');
683 await mountAndWaitFor(<Video {...props} />);
693 await mountAndWaitFor(<Video {...props} />);
709 await mountAndWaitFor(<Video {...props} />);
717 await mountAndWaitFor(<Video {...props} />);
735 await mountAndWaitFor(<Video {...props} />);
759 await mountAndWaitFor(<Video {...props} />);
781 await mountAndWaitFor(<Video source={source} ref={refSetter} style={style} shouldPlay />);
794 await mountAndWaitFor(<Video {...props} />);
846 await mountAndWaitFor(<Video {...props} />);
854 await mountAndWaitFor(<Video {...props} />);