Copyright © 2006-2019 MultiMedia Soft

RecordingOutputFileSwitch event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs, during a recording session, when the output file is switched through a call to the SwitchOutputFile or the SwitchOutputFileEx methods.

 

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

 

 

Syntax

 

[Visual Basic]

RecordingOutputFileSwitch (

ByVal nFileId as long

)


 

[C++]

void RecordingOutputFileSwitch (

long nFileId

);


 

 

Parameter

Description

 

 

nFileId

Number representing the zero-based index of the file that has been switched to another one.