Houjie
5 天以前 51c7896fd8e45085dd5cdfff11e79a00ee0a7379
1
2
3
4
5
6
import { Camera } from "./core";
export declare class CameraFactory {
    static failIfNotSupported(): Promise<CameraFactory>;
    private constructor();
    create(videoConstraints: MediaTrackConstraints): Promise<Camera>;
}