Home
last modified time | relevance | path

Searched defs:AVRecorderConfig (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/avrecorder/
Davrecorder_napi.h131 struct AVRecorderConfig { struct
132 AudioSourceType audioSourceType; // source type;
133 VideoSourceType videoSourceType;
134 AVRecorderProfile profile;
135 std::string url;
159 * prepare(config: AVRecorderConfig, callback: AsyncCallback<void>): void; argument
/foundation/multimedia/player_framework/interfaces/kits/js/
D@ohos.multimedia.media.d.ts2830 interface AVRecorderConfig { interface