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
{
23
struct
AudioDeviceInfo
24
{
25
std::string
name
;
26
std::string
type
;
27
};
28
}
29
#endif
openshot::AudioDeviceInfo::name
std::string name
Definition:
AudioDeviceInfo.h:25
openshot::AudioDeviceInfo::type
std::string type
Definition:
AudioDeviceInfo.h:26
openshot
This struct hold information about Audio Devices.
Definition:
Compressor.h:28
openshot::AudioDeviceInfo
Definition:
AudioDeviceInfo.h:23
Generated by
1.8.13