Forum Discussion

squirreltown's avatar
squirreltown
Roku Guru
12 years ago

SetTimedMetaData

SetTimedMetaDataForKeys(keys[] as Dynamic) as Void
isTimedMetaData() as Boolean


Is there an example anywhere of these being used?
I am unable to get any response from them.

Thank you

else if newstate = 2 then		' PLAYING
if m.isplaystate = 0
m.audio.play() ' STOP->START
m.audio.SetTimedMetaDataForKeys([])
else


else if msg.isTimedMetaData()
tcode= msg.GetIndex()
tcode2= msg.GetInfo()
print "timecode"; tcode
print "timecode"; tcode2

3 Replies

  • You would need an ID3 Tag encoded HLS stream to test.

    - Joel
  • That would be cool... I think for now your only option is to use roAudioMetadata after first downloading the file to tmp:/

    - Joel