Hi
dim sec as single
sec = BASS_ChannelBytes2Seconds(handle, BASS_ChannelGetPosition(handle)
)
* if you want to get the total playing time in seconds of a stream then do this:
dim duration as single
duration = BASS_ChannelBytes2Seconds(handle, BASS_StreamGetLength(handle))
Have fun!
JOBnik!