Home
last modified time | relevance | path

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

/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
Drecorder_impl.h32 struct SourceManager { struct
33 RecorderVideoSource *videoSource;
34 bool videoSourceStarted;
35 bool videoSourcePaused;
36 int32_t videoTrackId;
37 std::thread videoProcessThread;
38 RecorderAudioSource *audioSource;
39 bool audioSourceStarted;
40 bool audioSourcePaused;
41 int32_t audioTrackId;
[all …]