Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/js/avrecorder/
Davrecorder_napi.h168 struct AVRecorderConfig { struct
169 AudioSourceType audioSourceType; // source type;
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
177 FileGenerationMode fileGenerationMode = FileGenerationMode::APP_CREATE;
[all …]