Click or drag to resize
RecorderEx Constructor (Boolean)
Initializes a new instance of the RecorderEx class

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public RecorderEx(
	bool isConsole
)

Parameters

isConsole
Type: SystemBoolean
true if used in console application or Windows service; otherwise, false.
See Also