AV module
Device::AudioCapability
An audio format supported by the device.
AudioCapability
#include <icy/av/devicemanager.h>struct AudioCapabilityDefined in src/av/include/icy/av/devicemanager.h:66
An audio format supported by the device.
List of all members
| Name | Kind | Owner |
|---|---|---|
sampleRate | variable | Declared here |
channels | variable | Declared here |
sampleFormat | variable | Declared here |
Public Attributes
| Return | Name | Description |
|---|---|---|
int | sampleRate | |
int | channels | |
std::string | sampleFormat |
sampleRate
int sampleRate {0}Defined in src/av/include/icy/av/devicemanager.h:68
channels
int channels {0}Defined in src/av/include/icy/av/devicemanager.h:69
sampleFormat
std::string sampleFormat