Forum Discussion
belltown
14 years agoRoku Guru
I don't believe roAudioPlayer has such a function. You'd have to implement your own notification timer. When you get the roAudioPlayer isStatusMessage() for the start of play you could call Mark () on an roTimespan object. In your roAudioPlayer Wait loop you could specify a timeout value. When the timeout occurs you could call TotalSeconds () on your roTimespan object to determine how may seconds have elapsed since the start of the audio stream.