Searched defs:AVRecorderConfig (Results 1 – 1 of 1) sorted by relevance
168 struct AVRecorderConfig { struct170 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; // Optional178 bool withVideo = false;179 bool withAudio = false;[all …]