GetSoundPosition()

Syntax

Result = GetSoundPosition(#Sound [, Mode [, Channel]])
Description
Get the current sound position.

Parameters

#Sound The sound to use.
Mode (optional) The mode used to get the position. It can be one of the following value:
  #PB_Sound_Frame      : the position is returned in frame (default). 
  #PB_Sound_Millisecond: the position is returned in milliseconds.
Channel (optional) The channel to get the position. It's the value returned by PlaySound() when using the #PB_Sound_MultiChannel flag.

Return value

The current sound position or -1 if an error occurred.

Remarks

Sounds loaded with the #PB_Sound_Streaming flag are not supported.

See Also

SetSoundPosition()

Supported OS

All

<- FreeSound() - Sound Index - InitSound() ->