Table of Contents

Class AudioRendererSettings

Namespace
VisioForge.Core.Types.X.AudioRenderers
Assembly
VisioForge.Core.dll

Class AudioRendererSettings. Implements the VisioForge.Core.Types.X.AudioRenderers.IAudioRendererSettings

public class AudioRendererSettings : IAudioRendererSettings

Inheritance

Implements

Inherited Members

Constructors

AudioRendererSettings(AudioOutputDeviceInfo)

Initializes a new instance of the VisioForge.Core.Types.X.AudioRenderers.AudioRendererSettings class.

public AudioRendererSettings(AudioOutputDeviceInfo deviceInfo)

Parameters

deviceInfo AudioOutputDeviceInfo

The device information.

Properties

API

Gets the API.

public AudioOutputDeviceAPI API { get; }

Property Value

AudioOutputDeviceAPI

DevicePath

Gets the device path.

public string DevicePath { get; }

Property Value

string

Guid

Gets the unique identifier.

public Guid Guid { get; }

Property Value

Guid

Info

Gets the info.

public AudioOutputDeviceInfo Info { get; }

Property Value

AudioOutputDeviceInfo

See Also