Initializes a new instance of the CCoreAudio..::..CLine class

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

Syntax

C#
public CLine(
	CCoreAudio..::..CMixer parent,
	MMDevice mixer
)
Visual Basic
Public Sub New ( _
	parent As CCoreAudio..::..CMixer, _
	mixer As MMDevice _
)
Visual C++
public:
CLine(
	CCoreAudio..::..CMixer^ parent, 
	MMDevice^ mixer
)

Parameters

parent
Type: NMixerProNET..::..CCoreAudio..::..CMixer

[Missing <param name="parent"/> documentation for "M:NMixerProNET.CCoreAudio.CLine.#ctor(NMixerProNET.CCoreAudio.CMixer,CoreAudio.MMDevice)"]

mixer
Type: MMDevice

[Missing <param name="mixer"/> documentation for "M:NMixerProNET.CCoreAudio.CLine.#ctor(NMixerProNET.CCoreAudio.CMixer,CoreAudio.MMDevice)"]

See Also