| /expo/apps/test-suite/tests/ |
| H A D | Video.js | 4 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 D | video.mdx | 2 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 D | date-time-picker.mdx | 10 import Video from '~/components/plugins/Video'; 14 <Video file={'sdk/datetimepicker.mp4'} loop={false} />
|
| H A D | mail-composer.mdx | 12 import Video from '~/components/plugins/Video'; 16 <Video file={'sdk/mailcomposer.mp4'} loop={false} />
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | video.mdx | 2 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 D | date-time-picker.mdx | 10 import Video from '~/components/plugins/Video'; 14 <Video file={'sdk/datetimepicker.mp4'} loop={false} />
|
| H A D | mail-composer.mdx | 12 import Video from '~/components/plugins/Video'; 16 <Video file={'sdk/mailcomposer.mp4'} loop={false} />
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | video.mdx | 2 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 D | date-time-picker.mdx | 10 import Video from '~/components/plugins/Video'; 14 <Video file={'sdk/datetimepicker.mp4'} loop={false} />
|
| H A D | mail-composer.mdx | 12 import Video from '~/components/plugins/Video'; 16 <Video file={'sdk/mailcomposer.mp4'} loop={false} />
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | video.mdx | 2 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 D | date-time-picker.mdx | 10 import Video from '~/components/plugins/Video'; 14 <Video file={'sdk/datetimepicker.mp4'} loop={false} />
|
| H A D | mail-composer.mdx | 12 import Video from '~/components/plugins/Video'; 16 <Video file={'sdk/mailcomposer.mp4'} loop={false} />
|
| H A D | av.mdx | 3 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 D | video.mdx | 2 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 D | date-time-picker.mdx | 10 import Video from '~/components/plugins/Video'; 14 <Video file={'sdk/datetimepicker.mp4'} loop={false} />
|
| H A D | mail-composer.mdx | 12 import Video from '~/components/plugins/Video'; 16 <Video file={'sdk/mailcomposer.mp4'} loop={false} />
|
| H A D | av.mdx | 3 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 D | index.d.ts | 1 import Video from './NativeVideoModule'; 3 export { Video };
|
| H A D | index.js | 1 import Video from './NativeVideoModule'; 3 export { Video };
|
| H A D | index.js.map | 1 …rcesContent":["import Video from './NativeVideoModule';\n\nexport { VideoView, useVideoPlayer } fr…
|
| /expo/packages/expo-video/src/ |
| H A D | index.ts | 1 import Video from './NativeVideoModule'; 4 export { Video };
|
| /expo/packages/expo-av/build/ |
| H A D | index.js.map | 1 …nexport { default as Video } from './Video';\n\nexport * from './AV.types';\nexport * from './Audi…
|
| H A D | index.d.ts | 3 export { default as Video } from './Video';
|
| /expo/packages/expo-av/src/ |
| H A D | index.ts | 3 export { default as Video } from './Video';
|