MP3 - Seek

Seeks to a specific time in the MP3 file that is currently loaded in the global MP3 player. (To load a new MP3 in the Global MP3 player, use the MP3 - Load action.)

Action ID:
Action Category:
Action List Syntax:

109
MP3
MP3.Seek (<<SEEKTYPE>>)

Settings

Seek:

Where you want to seek to in the MP3. Choose from:

Beginning

-

Seek to the beginning of the MP3.

End

-

Seek to the end of the MP3.

Specific time

-

Seek to the time specified in the Seek to field.

Seek to:

The time (in seconds) that you want the current position of the MP3 to be set to.

This field is only available when the Specific time option is selected.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_MP3_SEEK

MSG_ERR_MP3_SEEK
MSG_ERR_MP3_NO_FILE_LOADED

2

MSG_ERR_MP3_SEEK

MSG_ERR_MP3_SEEK
MSG_ERR_MP3_TOO_LARGE_SEEK
<<SEEKTYPE>>

3

MSG_ERR_MP3_SEEK

MSG_ERR_MP3_SEEK
MSG_ERR_MP3_NEGATIVE_SEEK
<<SEEKTYPE>>

4

MSG_ERR_MP3_SEEK

MSG_ERR_MP3_SEEK
MSG_ERR_MP3_INVALID_SEEK
<<SEEKTYPE>>

Examples

None