13
0

add ::drop_device() method to ARDOUR::AudioBackend

This commit is contained in:
Paul Davis 2014-03-24 13:40:44 -04:00
parent cc93a9f3dd
commit 4122204eaf

View File

@ -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;