Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h168 struct AVRecorderConfig { struct
170 VideoSourceType videoSourceType;
171 std::vector<MetaSourceType> metaSourceTypeVec;
172 AVRecorderProfile profile;
173 std::string url;
174 int32_t rotation = 0; // Optional
175 Location location; // Optional
176 AVMetadata metadata; // Optional
178 bool withVideo = false;
179 bool withAudio = false;
[all …]