XtDeviceStreamParams Constructor |
Namespace:
Xt
Assembly:
Xt.Audio (in Xt.Audio.dll) Version: 2.0
Syntax public XtDeviceStreamParams(
in XtStreamParams stream,
in XtFormat format,
double bufferSize
)
Public Sub New (
ByRef stream As XtStreamParams,
ByRef format As XtFormat,
bufferSize As Double
)
public:
XtDeviceStreamParams(
[InAttribute] XtStreamParams% stream,
[InAttribute] XtFormat% format,
double bufferSize
)
new :
stream : XtStreamParams byref *
format : XtFormat byref *
bufferSize : float -> XtDeviceStreamParams
Parameters
- stream
- Type: XtXtStreamParams
- format
- Type: XtXtFormat
- bufferSize
- Type: SystemDouble
See Also