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

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

Syntax

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

Parameters

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

Remarks

You can also set the CoreAudioControl through the CoreAudioControl property.

See Also