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