mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
add ::drop_device() method to ARDOUR::AudioBackend
This commit is contained in:
parent
cc93a9f3dd
commit
4122204eaf
1 changed files with 3 additions and 0 deletions
|
|
@ -188,6 +188,9 @@ class LIBARDOUR_API AudioBackend : public PortEngine {
|
|||
/** Set the name of the device to be used
|
||||
*/
|
||||
virtual int set_device_name (const std::string&) = 0;
|
||||
/** Deinitialize and destroy current device
|
||||
*/
|
||||
virtual int drop_device() {};
|
||||
/** Set the sample rate to be used
|
||||
*/
|
||||
virtual int set_sample_rate (float) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue