A session is an audio stream created by an application which can be controlled independently of the volume and mute states of the different lines provided by the sound card as well as from other sessions.

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

Syntax

C#
public class CSession
Visual Basic
Public Class CSession
Visual C++
public ref class CSession

Remarks

Sessions provide a limited functionality over what can be manipulated and, so far, it is only possible to control their volume, their mute state and query their peak meter.

Inheritance Hierarchy

System..::..Object
  NMixerProNET..::..CCoreAudio..::..CSession

See Also