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

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

Parameters

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