VisioForge (c) 2025

Search Results for

    Class AudioChannelMapperSettings

    Audio channel mapper settings.

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

    Properties

    OutputChannelsCount

    Gets or sets output channels count. 0 to have same as on input.

    Declaration
    public int OutputChannelsCount { get; set; }
    Property Value
    Type Description
    int

    Routes

    Gets or sets mapping items.

    Declaration
    public AudioChannelMapperItem[] Routes { get; set; }
    Property Value
    Type Description
    AudioChannelMapperItem[]