XtAggregateDeviceParams Constructor |
Namespace:
Xt
Assembly:
Xt.Audio (in Xt.Audio.dll) Version: 2.0
Syntax public XtAggregateDeviceParams(
XtDevice device,
in XtChannels channels,
double bufferSize
)
Public Sub New (
device As XtDevice,
ByRef channels As XtChannels,
bufferSize As Double
)
public:
XtAggregateDeviceParams(
XtDevice^ device,
[InAttribute] XtChannels% channels,
double bufferSize
)
new :
device : XtDevice *
channels : XtChannels byref *
bufferSize : float -> XtAggregateDeviceParams
Parameters
- device
- Type: XtXtDevice
- channels
- Type: XtXtChannels
- bufferSize
- Type: SystemDouble
See Also