Initializes a new instance of the
XtFormat class
Namespace:
Xt
Assembly:
Xt.Audio (in Xt.Audio.dll) Version: 2.0
Syntax public XtFormat(
in XtMix mix,
in XtChannels channels
)
Public Sub New (
ByRef mix As XtMix,
ByRef channels As XtChannels
)
public:
XtFormat(
[InAttribute] XtMix% mix,
[InAttribute] XtChannels% channels
)
new :
mix : XtMix byref *
channels : XtChannels byref -> XtFormat
Parameters
- mix
- Type: XtXtMix
- channels
- Type: XtXtChannels
See Also