Home
last modified time | relevance | path

Searched refs:VideoState (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-av/build/
H A DVideo.d.ts4 …nUpdateEvent, VideoNativeProps, VideoProps, VideoReadyForDisplayEvent, VideoState } from './Video.…
5 declare class Video extends React.Component<VideoProps, VideoState> implements Playback {
H A DVideo.types.d.ts261 export type VideoState = { alias
H A DVideo.js.map1VideoState,\n} from './Video.types';\n\nconst _STYLES = StyleSheet.create({\n base: {\n overfl…
H A DVideo.types.js.map1 … StyleProp<ViewStyle>;\n} & ViewProps;\n\n// @docsMissing\nexport type VideoState = {\n showPoste…
/expo/packages/expo-av/src/
H A DVideo.types.ts281 export type VideoState = { alias
H A DVideo.tsx26 VideoState,
55 class Video extends React.Component<VideoProps, VideoState> implements Playback {