Copyright © 2011-2019 MultiMedia Soft
SetRewindOnEndOfPlayback method
Remarks
Causes the control to automatically rewind the playback position when reaching the end of the editing session's playback.
Syntax
[Visual Basic]
Public Function SetRewindOnEndOfPlayback (
bRewind as Boolean
) as enumErrorCodes
[C#]
public enumErrorCodes SetRewindOnEndOfPlayback (
bool bRewind
);
[C++]
public: enumErrorCodes SetRewindOnEndOfPlayback (
Parameter
Description
bRewind
Boolean value that specifies if the control must automatically rewind the playback position when the end of the editing session is reached.
Supported values are the following:
Value
Meaning
false
Don't rewind the playback position when the end is reached.
true (default)
Rewind the playback position when the end is reached.
Return value
Negative value
An error occurred (see the LastError property for further error details)
enumErrorCodes.ERR_NOERROR (0)
The method call was successful.