Searched defs:preferredCameraType (Results 1 – 2 of 2) sorted by relevance
27 export function hasValidConstraints(preferredCameraType, width, height) { argument89 export function getIdealConstraints(preferredCameraType, width, height) { argument132 export async function getPreferredStreamDevice(preferredCameraType, preferredWidth, preferredHeight… argument146 export async function getStreamDevice(preferredCameraType, preferredWidth, preferredHeight) { argument
169 const facingMode = CameraTypeToFacingMode[preferredCameraType]; constant