Provides access to the recording sources of a device

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public class RecordingSourcesCollection : ICollection
Visual Basic
Public Class RecordingSourcesCollection _
	Implements ICollection
Visual C++
public ref class RecordingSourcesCollection : ICollection

Remarks

This class uses MixerProNET to gain access to the volume and selected state of all the recording sources in a line. To have full control over all the controls in a mixer, please visit MixerProNET's web site

Inheritance Hierarchy

System..::..Object
  NDXVUMeterNET..::..DXVUMeterNETGDI..::..DevicesCollection..::..Device..::..RecordingSourcesCollection

See Also