Searched refs:getSupportedRatiosAsync (Results 1 – 8 of 8) sorted by relevance
114 getSupportedRatiosAsync(): Promise<string[]>;
209 async getSupportedRatiosAsync() { method in Camera
1 …getSupportedRatiosAsync(): Promise<string[]> {\n if (!CameraManager.getSupportedRatios) {\n …
1 …1:1`. To check if a ratio is supported\n * by the device use [`getSupportedRatiosAsync`](#getsup…
89 const result = await node.getSupportedRatiosAsync();
259 async getSupportedRatiosAsync(): Promise<string[]> {261 throw new UnavailabilityError('Camera', 'getSupportedRatiosAsync');
75 const ratios = await instance.getSupportedRatiosAsync();
127 getRatios = async () => this.camera!.getSupportedRatiosAsync();