Used to define the CCoreAudio control to which this VolumeMeter object is bound to.

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

Syntax

C#
public Object CoreAudioControl { get; set; }
Visual Basic
Public Property CoreAudioControl As Object
	Get
	Set
Visual C++
public:
property Object^ CoreAudioControl {
	Object^ get ();
	void set (Object^ value);
}

Remarks

The VolumeMeter control can be bound to either a CSession or CControlVolume object.

Based on the type of object that is passed, the control will automatically determine its characteristic and provide a peak meter display if the control supports it.

See Also