mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
coreaudio backend: SR/BS query for separate devices
This commit is contained in:
parent
1d3690d845
commit
8f10b38275
2 changed files with 42 additions and 18 deletions
|
|
@ -171,7 +171,9 @@ class CoreAudioBackend : public AudioBackend {
|
|||
std::vector<DeviceStatus> enumerate_output_devices () const;
|
||||
|
||||
std::vector<float> available_sample_rates (const std::string& device) const;
|
||||
std::vector<float> available_sample_rates (const std::string&, const std::string&) const;
|
||||
std::vector<uint32_t> available_buffer_sizes (const std::string& device) const;
|
||||
std::vector<uint32_t> available_buffer_sizes (const std::string&, const std::string&) const;
|
||||
uint32_t available_input_channel_count (const std::string& device) const;
|
||||
uint32_t available_output_channel_count (const std::string& device) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue