Table of Contents

Class AudioChannelMapperItem

Namespace
VisioForge.Core.Types
Assembly
VisioForge.Core.dll

Represents a single audio channel mapping rule, specifying how a source channel is routed and amplified to a target channel.

public class AudioChannelMapperItem

Inheritance

Inherited Members

Properties

SourceChannel

Gets or sets the zero-based index of the source audio channel.

public int SourceChannel { get; set; }

Property Value

int

TargetChannel

Gets or sets the zero-based index of the target audio channel where the source audio will be routed.

public int TargetChannel { get; set; }

Property Value

int

TargetChannelVolume

Gets or sets the volume amplification factor for the target channel.

public float TargetChannelVolume { get; set; }

Property Value

float