Home
last modified time | relevance | path

Searched refs:VideoRecorder (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/player_framework/interfaces/kits/js/
D@ohos.multimedia.media.d.ts109 function createVideoRecorder(callback: AsyncCallback<VideoRecorder>): void;
120 function createVideoRecorder(): Promise<VideoRecorder>;
1779 interface VideoRecorder { interface
/foundation/multimedia/player_framework/test/sample/AVRecorder/entry/src/main/ets/recorder/
DVRecorder.ets450 console.info(`${this.tag} case start VideoRecorder called`);
457 console.info(`${this.tag} case pause VideoRecorder called`);
464 console.info(`${this.tag} case resume VideoRecorder called`);
471 console.info(`${this.tag} case stop VideoRecorder called`);
601 console.info(`${this.tag} [VideoRecorder] surfaceId: ${this.surfaceId}`)