Class AudioRendererSettings
Class AudioRendererSettings. Implements the IAudioRendererSettings
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.AudioRenderers
Assembly: VisioForge.Core.dll
Syntax
public class AudioRendererSettings : IAudioRendererSettings
Constructors
AudioRendererSettings(AudioOutputDeviceInfo)
Initializes a new instance of the AudioRendererSettings class.
Declaration
public AudioRendererSettings(AudioOutputDeviceInfo deviceInfo)
Parameters
Type | Name | Description |
---|---|---|
AudioOutputDeviceInfo | deviceInfo | The device information. |
Properties
API
Gets the API.
Declaration
public AudioOutputDeviceAPI API { get; }
Property Value
Type | Description |
---|---|
AudioOutputDeviceAPI | The API. |
DevicePath
Gets the device path.
Declaration
public string DevicePath { get; }
Property Value
Type | Description |
---|---|
string | The device path. |
Guid
Gets the unique identifier.
Declaration
public Guid Guid { get; }
Property Value
Type | Description |
---|---|
Guid | The unique identifier. |
Info
Gets the info.
Declaration
public AudioOutputDeviceInfo Info { get; }
Property Value
Type | Description |
---|---|
AudioOutputDeviceInfo |