Class AudioChannelMapperItem
Audio channel mapper item.
Inherited Members
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 |