Alvas.Audio Class Library

RecorderEx.Data Event

Occurs when the Recorder returns next portion of the recorded data.

[Visual Basic]
Public Event Data As DataEventHandler
[C#]
public event DataEventHandler Data;

Event Data

The event handler receives an argument of type DataEventArgs containing data related to this event. The following DataEventArgs property provides information specific to this event.

Property Description
Data Gets byte data array.

See Also

RecorderEx Class | Alvas.Audio Namespace