Luna::AHI::DeviceDesc
Describes one audio device.
struct Luna::AHI::DeviceDesc
Member objects
-
Describes the playback stream properties. This will be ignored if audio playback is disabled on this device ( DeviceFlag::playback is not set in
flags
). -
Describes the capture stream properties. This will be ignored if audio capture is disabled on this device ( DeviceFlag::capture is not set in
flags
). -
The sample rate of the playback and capture stream.
-
Additional device flags, like whether to enable playback/capture stream.