Copyright © 2001-2019 MultiMedia Soft
SetRewindOnEOF method
Remarks
Enable/disables the automatic rewinding to position 0 on a player that reaches the end of the loaded song playback.
Syntax
[Visual Basic]
control.SetRewindOnEOF (
bRewind as enumBoolean
)
[C++]
short control.SetRewindOnEOF (
short bRewind
);
Parameter
Description
bRewind
Boolean value that specifies if the player needs to rewind the song position after reaching the end of the song
Supported values are the following:
Mnemonic constant
Value
Meaning
BOOL_FALSE
0
Automatic rewind is disabled
BOOL_TRUE
1
Automatic rewind is enabled (default)
Return value
None