Initializes a new instance of the
XtChannels class
Namespace:
Xt
Assembly:
Xt.Audio (in Xt.Audio.dll) Version: 2.0
Syntax public XtChannels(
int inputs,
ulong inMask,
int outputs,
ulong outMask
)
Public Sub New (
inputs As Integer,
inMask As ULong,
outputs As Integer,
outMask As ULong
)
public:
XtChannels(
int inputs,
unsigned long long inMask,
int outputs,
unsigned long long outMask
)
new :
inputs : int *
inMask : uint64 *
outputs : int *
outMask : uint64 -> XtChannels
Parameters
- inputs
- Type: SystemInt32
- inMask
- Type: SystemUInt64
- outputs
- Type: SystemInt32
- outMask
- Type: SystemUInt64
See Also