Copyright © 2006-2019 MultiMedia Soft

RecordingDurationAfterSwitch event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs, during a recording session, to notify the actual recording duration in milliseconds of the output file being recorded.

 

Differently from the RecordingDuration event, this event keeps count of eventual calls to the SwitchOutputFile and SwitchOutputFileEx methods.

 

For further details see the How to perform a recording session section.

 

 

Syntax

 

[Visual Basic]

RecordingDurationAfterSwitch (

ByVal fDuration as double

)


 

[C++]

void RecordingDurationAfterSwitch (

double fDuration

);


 

 

Parameter

Description

 

 

fDuration

Number representing the duration, expressed in milliseconds, of the current recording session