XtAggregateStreamParams Constructor |
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
)
Public Sub New (
ByRef stream As XtStreamParams,
devices As XtAggregateDeviceParams(),
count As Integer,
ByRef mix As XtMix,
master As XtDevice
)
public:
XtAggregateStreamParams(
[InAttribute] XtStreamParams% stream,
array<XtAggregateDeviceParams>^ devices,
int count,
[InAttribute] XtMix% mix,
XtDevice^ master
)
new :
stream : XtStreamParams byref *
devices : XtAggregateDeviceParams[] *
count : int *
mix : XtMix byref *
master : XtDevice -> XtAggregateStreamParams
Parameters
- stream
- Type: XtXtStreamParams
- devices
- Type: XtXtAggregateDeviceParams
- count
- Type: SystemInt32
- mix
- Type: XtXtMix
- master
- Type: XtXtDevice
See Also