Indicates the direction in which the data (or audio) flows within the mixer.

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

Syntax

C#
public EDataFlow DataFlow { get; }
Visual Basic
Public ReadOnly Property DataFlow As EDataFlow
	Get
Visual C++
public:
property EDataFlow DataFlow {
	EDataFlow get ();
}

Return Value

Returns one of the values available in the EDataFlow enumeration.

Remarks

Mixers returning EdataFlow.eRender indicate that are used for playback.

Mixers returning EdataFlow.eCapture indicate that are used for recording or capturing audio.

See Also