Package xt.audio
Class Structs.XtAggregateStreamParams
- java.lang.Object
-
- xt.audio.Structs.XtAggregateStreamParams
-
-
Field Summary
Fields Modifier and Type Field Description int
count
Structs.XtAggregateDeviceParams[]
devices
XtDevice
master
Structs.XtMix
mix
Structs.XtStreamParams
stream
-
Constructor Summary
Constructors Constructor Description XtAggregateStreamParams()
XtAggregateStreamParams(Structs.XtStreamParams stream, Structs.XtAggregateDeviceParams[] devices, int count, Structs.XtMix mix, XtDevice master)
-
-
-
Field Detail
-
stream
public Structs.XtStreamParams stream
-
devices
public Structs.XtAggregateDeviceParams[] devices
-
count
public int count
-
mix
public Structs.XtMix mix
-
master
public XtDevice master
-
-
Constructor Detail
-
XtAggregateStreamParams
public XtAggregateStreamParams()
-
XtAggregateStreamParams
public XtAggregateStreamParams(Structs.XtStreamParams stream, Structs.XtAggregateDeviceParams[] devices, int count, Structs.XtMix mix, XtDevice master)
-
-