Copyright © 2006-2019 MultiMedia Soft

WavChunkSaved event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs during a recording session in WAV format when a chunk file is saved to disk: this event is only generated after enabling the splitting of the recording session in chunks through a previous call to the SplitWavRecordingEnable method.

 

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

 

 

Syntax

 

[Visual Basic]

Public Event WavChunkSaved As WavChunkSavedEventHandler


 

[C#]

public event WavChunkSavedEventHandler WavChunkSaved;


 

[C++]

public: __event WavChunkSavedEventHandler* WavChunkSaved;


 

 

Event Data

 

The event handler receives an argument of type WavChunkSavedEventArgs having the following parameters:

 

Parameters

Description

 

 

nChunkNumber

Progressive number of the saved chunk