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

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

  • Joel

Thanks Joel, i thought it would work for mp3’s.

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

  • Joel