Creates a new instance of the CCoreAudio class.

Namespace: NMixerProNET
Assembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)

Syntax

C#
public CCoreAudio(
	CMixerPro mixerPro
)
Visual Basic
Public Sub New ( _
	mixerPro As CMixerPro _
)
Visual C++
public:
CCoreAudio(
	CMixerPro^ mixerPro
)

Parameters

mixerPro
Type: NMixerProNET..::..CMixerPro
It is required to pass an instance of the CMixerPro class in order to instantiate the CCoreAudio class.

Remarks