Click or drag to resize

XtAggregateStreamParams Constructor

Initializes a new instance of the XtAggregateStreamParams class

Namespace:  Xt
Assembly:  Xt.Audio (in Xt.Audio.dll) Version: 2.0
Syntax
public XtAggregateStreamParams(
	 in XtStreamParams stream,
	XtAggregateDeviceParams[] devices,
	int count,
	 in XtMix mix,
	XtDevice master
)

Parameters

stream
Type: XtXtStreamParams
devices
Type: XtXtAggregateDeviceParams
count
Type: SystemInt32
mix
Type: XtXtMix
master
Type: XtXtDevice
See Also