大约有 542 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0056 秒)
... true, video: { facingMode: { exact: "environment" }, // 后置摄像头,默认值就是,不设至也可以。 width: Laya.stage.width, height: Laya.stage.height } }; Laya.Media.getMedia(options, Laya.Handler.create(this, onSuccess), Laya.Handler.create(this, onError)); } function showMessage() ...
来源: Laya2.0_文档 发布时间: 20210714
... true, video: { facingMode: { exact: "environment" }, // 后置摄像头,默认值就是,不设至也可以。 width: Laya.stage.width, height:Laya.stage.height } }; Media.getMedia(options, Handler.create(this, onSuccess), Handler.create(this, onError)); } } private function showMessage():void {...
来源: Laya2.0_文档 发布时间: 20210715