Copyright © 2006-2019 MultiMedia Soft

RecordingAudibleData event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs, during a recording session, whenever audible data are being recorded again.

 

For further details see the How the Sound Activation System works section.

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event RecordingAudibleData As EventHandler


 

[C#]

public event EventHandler RecordingAudibleData;


 

[C++]

public: __event EventHandler* RecordingAudibleData;


 

 

Event Data

 

The event handler receives an argument of type EventArgs.