|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function SetRecordingMode (
nMode as enumRecordingModes
) as enumErrorCodes
|
|
[C#]
public enumErrorCodes SetRecordingMode (
enumRecordingModes nMode
);
|
|
[C++]
public: enumErrorCodes SetRecordingMode (
enumRecordingModes nMode
);
|
|
Parameter
|
Description
| ||||||||||||||||||
|
|
| ||||||||||||||||||
|
nMode
|
Number representing the recording mode that will affect the behaviour of the next recording session started by methods like StartFromInputDevice.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred. Check the LastError property value in order to see the last error.
|
|
enumErrorCodes.ERR_NOERROR (0)
|
The method call was successful.
|