Used to instantiate a new instance of the VolumeFader control from a CControlVolume object.

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

Syntax

C#
public VolumeFader(
	CCoreAudio..::..CControl..::..CControlVolume coreAudioControl
)
Visual Basic
Public Sub New ( _
	coreAudioControl As CCoreAudio..::..CControl..::..CControlVolume _
)
Visual C++
public:
VolumeFader(
	CCoreAudio..::..CControl..::..CControlVolume^ coreAudioControl
)

Parameters

coreAudioControl
Type: NMixerProNET..::..CCoreAudio..::..CControl..::..CControlVolume
A reference to a valid CControlVolume object

Remarks

You can also set the CoreAudioControl through the CoreAudioControl property.

See Also