Click or drag to resize

XtChannels Constructor

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
)

Parameters

inputs
Type: SystemInt32
inMask
Type: SystemUInt64
outputs
Type: SystemInt32
outMask
Type: SystemUInt64
See Also