OdinAudioDevice
Struct for audio device handling.
Properties
uid
The UID of the audio device.
id
The ID of the audio device.
name
The name of the audio device.
sampleRate
The sample rate of the audio device.
inputChannels
The number of input channels provided by this audio device.
Note: On iOS, this will just return the channel count of the current AVAudioSession
input node to identify a
device as being able to handle input.
outputChannels
The number of output channels provided by this audio device.
Note: On iOS, this will just return the channel count of the current AVAudioSession
output node to identify a
device as being able to handle output.
isInput
Indicates whether or not this is an input device.
isOutput
Indicates whether or not this is an output device.