Fix stopping all streams when just one should stop
This commit is contained in:
@@ -88,6 +88,7 @@ using input_t = util::safe_ptr<void, freeInput>;
|
||||
std::string get_mac_address(const std::string_view &address);
|
||||
|
||||
std::string from_sockaddr(const sockaddr *const);
|
||||
std::pair<std::uint16_t, std::string> from_sockaddr_ex(const sockaddr *const);
|
||||
|
||||
std::unique_ptr<mic_t> microphone(std::uint32_t sample_rate);
|
||||
std::unique_ptr<display_t> display();
|
||||
|
||||
Reference in New Issue
Block a user