Click or drag to resize
DoneEventArgs Constructor
Initializes a new instance of the DoneEventArgs class

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public DoneEventArgs(
	byte[] data,
	bool isEndPlaying
)

Parameters

data
Type:System.Byte[]
isEndPlaying
Type: System.Boolean
See Also