Class AudioChannelMapperSettings
Audio channel mapper settings.
Inherited Members
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[] |