SsIsEos

Returns the playback state of a song

short SsIsEos (
        short access_num,
        short seq_num
)

Arguments

access_num SEQ access number
seq_num Must be set to 0

Return Value

1 is returned if the song is being played, otherwise 0 is returned.

Explanation

The playback state of the song specified by access_num is obtained and its value is returned.