Home
last modified time | relevance | path

Searched defs:getAvailablePictureSizes (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-camera/build/
H A DExponentCamera.web.d.ts4 getAvailablePictureSizes: (ratio: string) => Promise<string[]>; property
H A DExponentCameraManager.web.d.ts33 getAvailablePictureSizes(ratio: string, camera: ExponentCameraRef): Promise<string[]>; constant
H A DExponentCamera.web.js37 async getAvailablePictureSizes(ratio) { method