Struct AudioDevice
The AudioDevice class contains a platform-agnostic description of an audio device.
Inherited Members
Namespace: DolbyIO.Comms
Assembly: DolbyIO.Comms.Sdk.dll
Syntax
public struct AudioDevice
Fields
| Improve this Doc View SourceDirection
Information whether the device is the input or output device.
Declaration
public readonly DeviceDirection Direction
Field Value
Type | Description |
---|---|
DeviceDirection | Information whether the device is the input or output device. |
Name
The name of the audio device.
Declaration
public readonly string Name
Field Value
Type | Description |
---|---|
String | The name of the device. |
Uid
The unique identifier of the audio device.
Declaration
public readonly byte[] Uid
Field Value
Type | Description |
---|---|
Byte[] | The identifier. |