Alvas.Audio Class Library

PlayerEx.Done Event

Occurs when the player returns next portion of the played data.

[Visual Basic]
Public Event Done As DoneEventHandler
[C#]
public event DoneEventHandler Done;

Event Data

The event handler receives an argument of type DoneEventArgs containing data related to this event. The following DoneEventArgs properties provide information specific to this event.

Property Description
Data Gets byte data array.
IsEndPlaying Gets a value indicating whether this instance is end playing.

See Also

PlayerEx Class | Alvas.Audio Namespace