Copyright © 2005-2019 MultiMedia Soft

SetRewindOnEOF method

Previous pageReturn to chapter overviewNext page

Remarks

 

Enable/disables the automatic rewinding to position 0 on a player that reaches the end of the loaded song playback.

 

 

Syntax

 

[Visual Basic]

Public Sub SetRewindOnEOF (

bRewind as Boolean

)


 

[C#]

public void SetRewindOnEOF (

bool bRewind

);


 

[C++]

public: void SetRewindOnEOF (

bool 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:

Value

Meaning

false

Automatic rewind is disabled

true (default)

Automatic rewind is enabled

 

Return value

 

None