VisioForge (c) 2025

Search Results for

    Class BridgeAudioSinkSettings

    Bridge audio sink settings.

    Inheritance
    object
    BridgeAudioSinkSettings
    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.Bridge
    Assembly: VisioForge.Core.dll
    Syntax
    public class BridgeAudioSinkSettings

    Constructors

    BridgeAudioSinkSettings(string, AudioInfoX)

    Initializes a new instance of the BridgeAudioSinkSettings class.

    Declaration
    public BridgeAudioSinkSettings(string channel, AudioInfoX audioInfo)
    Parameters
    Type Name Description
    string channel

    The channel.

    AudioInfoX audioInfo

    The audio information.

    Properties

    AudioInfo

    Gets the optional audio information.

    Declaration
    public AudioInfoX AudioInfo { get; set; }
    Property Value
    Type Description
    AudioInfoX

    The audio information.

    Channel

    Gets the channel name to match bridge source and sink elements.

    Declaration
    public string Channel { get; }
    Property Value
    Type Description
    string

    The channel.