VisioForge (c) 2025

Search Results for

    Class AudioChannelMapperItem

    Audio channel mapper item.

    Inheritance
    object
    AudioChannelMapperItem
    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 AudioChannelMapperItem

    Properties

    SourceChannel

    Gets or sets source channel index.

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

    TargetChannel

    Gets or sets target channel index.

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

    TargetChannelVolume

    Gets or sets volume amplify value. 1.0 - 100%, 2.0 - 200%, 0.5 - 50%.

    Declaration
    public float TargetChannelVolume { get; set; }
    Property Value
    Type Description
    float