Home
last modified time | relevance | path

Searched refs:Video (Results 1 – 25 of 158) sorted by relevance

1234567

/expo/apps/test-suite/tests/
H A DVideo.js4 import { Video, VideoFullscreenUpdate } from 'expo-av';
66 const element = React.createElement(Video, {
165 <Video
182 <Video
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} />);
380 <Video
[all …]
/expo/docs/pages/versions/unversioned/sdk/
H A Dvideo.mdx2 title: Video
14 The `Video` component from **`expo-av`** displays a video inline with the other UI elements in your…
16 Much of Video and Audio have common APIs that are documented in [AV documentation](av.mdx). This pa…
28 <SnackInline label='Video' dependencies={['expo-av', 'expo-asset']}>
33 import { Video, ResizeMode } from 'expo-av';
40 <Video
86 …ideo-player/blob/master/lib/index.tsx) that wraps `<Video>`, adds custom controls and use the `<Vi…
91 import { Video } from 'expo-av';
94 <APISection packageName="expo-video" apiName="Video" strictTypes />
98 The rest of the API on the `Video` component `ref` is the same as the API for `Audio.Sound` - see t…
H A Ddate-time-picker.mdx10 import Video from '~/components/plugins/Video';
14 <Video file={'sdk/datetimepicker.mp4'} loop={false} />
H A Dmail-composer.mdx12 import Video from '~/components/plugins/Video';
16 <Video file={'sdk/mailcomposer.mp4'} loop={false} />
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dvideo.mdx2 title: Video
14 The `Video` component from **`expo-av`** displays a video inline with the other UI elements in your…
16 Much of Video and Audio have common APIs that are documented in [AV documentation](av.mdx). This pa…
28 <SnackInline label='Video' dependencies={['expo-av', 'expo-asset']}>
33 import { Video, ResizeMode } from 'expo-av';
40 <Video
86 …ideo-player/blob/master/lib/index.tsx) that wraps `<Video>`, adds custom controls and use the `<Vi…
91 import { Video } from 'expo-av';
94 <APISection packageName="expo-video" apiName="Video" strictTypes />
98 The rest of the API on the `Video` component `ref` is the same as the API for `Audio.Sound` - see t…
H A Ddate-time-picker.mdx10 import Video from '~/components/plugins/Video';
14 <Video file={'sdk/datetimepicker.mp4'} loop={false} />
H A Dmail-composer.mdx12 import Video from '~/components/plugins/Video';
16 <Video file={'sdk/mailcomposer.mp4'} loop={false} />
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dvideo.mdx2 title: Video
14 The `Video` component from **`expo-av`** displays a video inline with the other UI elements in your…
16 Much of Video and Audio have common APIs that are documented in [AV documentation](av.mdx). This pa…
28 <SnackInline label='Video' dependencies={['expo-av', 'expo-asset']}>
33 import { Video, ResizeMode } from 'expo-av';
40 <Video
86 …ideo-player/blob/master/lib/index.tsx) that wraps `<Video>`, adds custom controls and use the `<Vi…
91 import { Video } from 'expo-av';
94 <APISection packageName="expo-video" apiName="Video" strictTypes />
98 The rest of the API on the `Video` component `ref` is the same as the API for `Audio.Sound` - see t…
H A Ddate-time-picker.mdx10 import Video from '~/components/plugins/Video';
14 <Video file={'sdk/datetimepicker.mp4'} loop={false} />
H A Dmail-composer.mdx12 import Video from '~/components/plugins/Video';
16 <Video file={'sdk/mailcomposer.mp4'} loop={false} />
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dvideo.mdx2 title: Video
14 The `Video` component from **`expo-av`** displays a video inline with the other UI elements in your…
16 Much of Video and Audio have common APIs that are documented in [AV documentation](av.mdx). This pa…
28 <SnackInline label='Video' dependencies={['expo-av', 'expo-asset']}>
33 import { Video, ResizeMode } from 'expo-av';
40 <Video
86 …ideo-player/blob/master/lib/index.tsx) that wraps `<Video>`, adds custom controls and use the `<Vi…
91 import { Video } from 'expo-av';
94 <APISection packageName="expo-video" apiName="Video" strictTypes />
98 The rest of the API on the `Video` component `ref` is the same as the API for `Audio.Sound` - see t…
H A Ddate-time-picker.mdx10 import Video from '~/components/plugins/Video';
14 <Video file={'sdk/datetimepicker.mp4'} loop={false} />
H A Dmail-composer.mdx12 import Video from '~/components/plugins/Video';
16 <Video file={'sdk/mailcomposer.mp4'} loop={false} />
H A Dav.mdx3 description: A universal library that provides separate APIs for Audio and Video playback.
13 The [`Audio.Sound`](audio.mdx) objects and [`Video`](video.mdx) components share a unified imperati…
15 Note that for `Video`, all of these operations are also available via props on the component, but w…
17 …/playlist-example)) to see an example usage of the playback API for both `Audio.Sound` and `Video`.
45 ### Example: `Video`
59 <Video
139 import { Audio, Video } from 'expo-av';
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dvideo.mdx2 title: Video
14 The `Video` component from **`expo-av`** displays a video inline with the other UI elements in your…
16 Much of Video and Audio have common APIs that are documented in [AV documentation](av.mdx). This pa…
28 <SnackInline label='Video' dependencies={['expo-av', 'expo-asset']}>
33 import { Video, ResizeMode } from 'expo-av';
40 <Video
86 …ideo-player/blob/master/lib/index.tsx) that wraps `<Video>`, adds custom controls and use the `<Vi…
91 import { Video } from 'expo-av';
94 <APISection packageName="expo-video" apiName="Video" strictTypes />
98 The rest of the API on the `Video` component `ref` is the same as the API for `Audio.Sound` - see t…
H A Ddate-time-picker.mdx10 import Video from '~/components/plugins/Video';
14 <Video file={'sdk/datetimepicker.mp4'} loop={false} />
H A Dmail-composer.mdx12 import Video from '~/components/plugins/Video';
16 <Video file={'sdk/mailcomposer.mp4'} loop={false} />
H A Dav.mdx3 description: A universal library that provides separate APIs for Audio and Video playback.
13 The [`Audio.Sound`](audio.mdx) objects and [`Video`](video.mdx) components share a unified imperati…
15 Note that for `Video`, all of these operations are also available via props on the component, but w…
17 …/playlist-example)) to see an example usage of the playback API for both `Audio.Sound` and `Video`.
45 ### Example: `Video`
59 <Video
139 import { Audio, Video } from 'expo-av';
/expo/packages/expo-video/build/
H A Dindex.d.ts1 import Video from './NativeVideoModule';
3 export { Video };
H A Dindex.js1 import Video from './NativeVideoModule';
3 export { Video };
H A Dindex.js.map1 …rcesContent":["import Video from './NativeVideoModule';\n\nexport { VideoView, useVideoPlayer } fr…
/expo/packages/expo-video/src/
H A Dindex.ts1 import Video from './NativeVideoModule';
4 export { Video };
/expo/packages/expo-av/build/
H A Dindex.js.map1 …nexport { default as Video } from './Video';\n\nexport * from './AV.types';\nexport * from './Audi…
H A Dindex.d.ts3 export { default as Video } from './Video';
/expo/packages/expo-av/src/
H A Dindex.ts3 export { default as Video } from './Video';

1234567