You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
AudioDeviceInfo.h: Add namespace openshot {}
This commit is contained in:
@@ -37,10 +37,11 @@
|
||||
*
|
||||
* The type and name of the audio device.
|
||||
*/
|
||||
struct AudioDeviceInfo
|
||||
{
|
||||
std::string name;
|
||||
std::string type;
|
||||
};
|
||||
|
||||
namespace openshot {
|
||||
struct AudioDeviceInfo
|
||||
{
|
||||
std::string name;
|
||||
std::string type;
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user