Searched defs:AVRecorderConfig (Results 1 – 2 of 2) sorted by relevance
131 struct AVRecorderConfig { struct132 AudioSourceType audioSourceType; // source type;133 VideoSourceType videoSourceType;134 AVRecorderProfile profile;135 std::string url;159 * prepare(config: AVRecorderConfig, callback: AsyncCallback<void>): void; argument
2830 interface AVRecorderConfig { interface