Searched refs:presentFullscreenPlayer (Results 1 – 8 of 8) sorted by relevance
22 presentFullscreenPlayer: () => Promise<AVPlaybackStatus>;
84 presentFullscreenPlayer = async () => { field in Video
1 …e of the native iOS fullscreen view changes (controlled via the `presentFullscreenPlayer()`\n * …
1 … an error, or if this was called on an Android device.\n */\n presentFullscreenPlayer = async (…
389 await instance.presentFullscreenPlayer();417 instance.presentFullscreenPlayer().catch((error) => {438 const presentationPromise = instance.presentFullscreenPlayer();457 const presentationPromise = instance.presentFullscreenPlayer();460 await instance.presentFullscreenPlayer();
67 const openFullscreen = () => video.current?.presentFullscreenPlayer();
117 const setFullscreen = useCallback(() => video.current.presentFullscreenPlayer(true), [video]);
122 presentFullscreenPlayer = async (): Promise<AVPlaybackStatus> => {