Searched defs:AVRecorderConfig (Results 1 – 1 of 1) sorted by relevance
168 struct AVRecorderConfig { struct169 AudioSourceType audioSourceType; // source type;170 VideoSourceType videoSourceType;171 std::vector<MetaSourceType> metaSourceTypeVec;172 AVRecorderProfile profile;173 std::string url;174 int32_t rotation = 0; // Optional175 Location location; // Optional176 AVMetadata metadata; // Optional177 FileGenerationMode fileGenerationMode = FileGenerationMode::APP_CREATE;[all …]