VisioForge (c) 2025

Search Results for

    Class AudioRendererSettings

    Class AudioRendererSettings. Implements the IAudioRendererSettings

    Inheritance
    object
    AudioRendererSettings
    Implements
    IAudioRendererSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Implements

    IAudioRendererSettings

    See Also

    IAudioRendererSettings