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 AudioChannelMapperItemInheritance
Inherited Members
Properties
SourceChannel
Gets or sets the zero-based index of the source audio channel.
public int SourceChannel { get; set; }Property Value
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
TargetChannelVolume
Gets or sets the volume amplification factor for the target channel.
public float TargetChannelVolume { get; set; }