Home
last modified time | relevance | path

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

/expo/packages/expo-camera/build/
H A DWebCameraUtils.d.ts28 export declare function stopMediaStream(stream: MediaStream | null): void;
H A DuseWebCameraStream.js149 Utils.stopMediaStream(stream);
H A DWebCameraUtils.js236 export function stopMediaStream(stream) { function
H A DuseWebCameraStream.js.map1 …treams.current) {\n // Close all open streams.\n Utils.stopMediaStream(stream);\n …
H A DWebCameraUtils.js.map1 …rn('Failed to apply constraints', error);\n }\n}\n\nexport function stopMediaStream(stream: Media…
/expo/packages/expo-camera/src/
H A DuseWebCameraStream.ts184 Utils.stopMediaStream(stream);
H A DWebCameraUtils.ts361 export function stopMediaStream(stream: MediaStream | null) { function