OpenShot Library | libopenshot
0.3.0
|
This struct hold information about Audio Devices. More...
#include <AudioDevices.h>
Public Attributes | |
std::string | name |
std::string | type |
This struct hold information about Audio Devices.
The type and name of the audio device.
Definition at line 25 of file AudioDevices.h.
std::string openshot::AudioDeviceInfo::name |
Definition at line 27 of file AudioDevices.h.
std::string openshot::AudioDeviceInfo::type |
Definition at line 28 of file AudioDevices.h.