Home
last modified time | relevance | path

Searched refs:setVideoSource (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-camera/build/
H A DuseWebCameraStream.js142 Utils.setVideoSource(video.current, stream);
153 Utils.setVideoSource(video.current, stream);
H A DWebCameraUtils.d.ts29 export declare function setVideoSource(video: HTMLVideoElement, stream: MediaStream | MediaSource |…
H A DWebCameraUtils.js250 export function setVideoSource(video, stream) { function
H A DuseWebCameraStream.js.map1setVideoSource(video.current, stream);\n }, [video.current, stream]);\n\n React.useEffect(() => …
H A DWebCameraUtils.js.map1 …treamTrack(stream)) {\n stream.stop();\n }\n}\n\nexport function setVideoSource(\n video: HTM…
/expo/packages/expo-camera/src/
H A DuseWebCameraStream.ts176 Utils.setVideoSource(video.current, stream);
188 Utils.setVideoSource(video.current, stream);
H A DWebCameraUtils.ts376 export function setVideoSource( function