Home
last modified time | relevance | path

Searched refs:getStreamDeviceAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-camera/build/
H A DuseWebCameraStream.js55 const getStreamDeviceAsync = React.useCallback(async () => {
70 const nextStream = await getStreamDeviceAsync();
88 }, [getStreamDeviceAsync, setStream, onCameraReady, stream, activeStreams.current]);
H A DuseWebCameraStream.js.map1getStreamDeviceAsync = React.useCallback(async (): Promise<MediaStream | null> => {\n try {\n …
/expo/packages/expo-camera/src/
H A DuseWebCameraStream.ts79 const getStreamDeviceAsync = React.useCallback(async (): Promise<MediaStream | null> => { constant
94 const nextStream = await getStreamDeviceAsync();
114 }, [getStreamDeviceAsync, setStream, onCameraReady, stream, activeStreams.current]);