OpenShot Library | libopenshot  0.2.7
AudioDeviceInfo.h
Go to the documentation of this file.
1 
9 // Copyright (c) 2008-2019 OpenShot Studios, LLC
10 //
11 // SPDX-License-Identifier: LGPL-3.0-or-later
12 
13 #ifndef OPENSHOT_AUDIODEVICEINFO_H
14 #define OPENSHOT_AUDIODEVICEINFO_H
15 
16 
22 namespace openshot {
24  {
25  std::string name;
26  std::string type;
27  };
28 }
29 #endif
This struct hold information about Audio Devices.
Definition: Compressor.h:28