mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-12-24 09:16:45 +08:00
[feat] audio capture supported on MacOSX
This commit is contained in:
@@ -26,13 +26,12 @@ class SpeakerCapturerMacosx : public SpeakerCapturer {
|
||||
int Pause();
|
||||
int Resume();
|
||||
|
||||
private:
|
||||
public:
|
||||
speaker_data_cb cb_ = nullptr;
|
||||
|
||||
private:
|
||||
bool inited_ = false;
|
||||
// thread
|
||||
std::thread capture_thread_;
|
||||
|
||||
class Impl;
|
||||
Impl* impl_ = nullptr;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user