Table of Contents

Interface IAudioRendererSettings

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

Interface IAudioRendererSettings.

public interface IAudioRendererSettings

Properties

API

Gets or sets the API.

AudioOutputDeviceAPI API { get; }

Property Value

AudioOutputDeviceAPI

DevicePath

Gets or sets the device path.

string DevicePath { get; }

Property Value

string

Guid

Gets or sets the unique identifier.

Guid Guid { get; }

Property Value

Guid