SoundLength()

Syntax

SoundLength(#Sound [, Mode])
Description
Get the length of the sound.

Parameters

#Sound The sound to use.
Mode (optional) The mode used to get the length. It can be one of the following value:
  #PB_Sound_Frame      : the length is returned in frame (default). 
  #PB_Sound_Millisecond: the length is returned in milliseconds.

Return value

The length of the sound, or -1 if an error occurred.

Remarks

Sounds loaded with the #PB_Sound_Streaming flag are not supported.

Supported OS

All

<- SetSoundPosition() - Sound Index - SoundPan() ->