Copyright © 2006-2019 MultiMedia Soft

SwitchedOutputFileGetCount method

Previous pageReturn to chapter overviewNext page

Remarks

 

Returns the number of output files switched through the SwitchOutputFile or the SwitchOutputFileEx methods during a recording session.

 

For further details about output files switching see the How to perform a recording session tutorial.

 

 

Syntax

 

[Visual Basic]

Public Function SwitchedOutputFileGetCount (

) as Int32


 

[C#]

public Int32 SwitchedOutputFileGetCount (

);


 

[C++]

public: Int32 SwitchedOutputFileGetCount (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred. Check the LastError property value in order to see the last error.

Value >= 0

The number of switched output files.