Class ChannelOrderAudioEffect
Channel order audio effect. Implements the BaseAudioEffect.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.AudioEffects
Assembly: VisioForge.Core.dll
Syntax
public class ChannelOrderAudioEffect : BaseAudioEffect, ISharedAudioEffectX
Constructors
ChannelOrderAudioEffect(byte[,])
Initializes a new instance of the ChannelOrderAudioEffect class.
Declaration
public ChannelOrderAudioEffect(byte[,] orders)
Parameters
Type | Name | Description |
---|---|---|
byte[,] | orders | Specifies the order of the channels. 2xn array, each pair is byte x byte, first byte is target channel, second byte is source channel. |
Properties
Orders
Gets or sets the orders.
Declaration
public byte[,] Orders { get; set; }
Property Value
Type | Description |
---|---|
byte[,] | The orders. |