Interface IAudioRendererSettings
Interface IAudioRendererSettings.
Namespace: VisioForge.Core.Types.X.AudioRenderers
Assembly: VisioForge.Core.dll
Syntax
public interface IAudioRendererSettings
Properties
API
Gets or sets the API.
Declaration
AudioOutputDeviceAPI API { get; }
Property Value
| Type | Description |
|---|---|
| AudioOutputDeviceAPI | The API. |
DevicePath
Gets or sets the device path.
Declaration
string DevicePath { get; }
Property Value
| Type | Description |
|---|---|
| string | The device path. |
Guid
Gets or sets the unique identifier.
Declaration
Guid Guid { get; }
Property Value
| Type | Description |
|---|---|
| Guid | The unique identifier. |