Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
squirreltown
Roku Guru

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
Kinetics Screensavers
0 Kudos
3 REPLIES 3
RokuJoel
Binge Watcher

Re: SetTimedMetaData

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

- Joel
0 Kudos
squirreltown
Roku Guru

Re: SetTimedMetaData

Thanks Joel, i thought it would work for mp3's.
Kinetics Screensavers
0 Kudos
RokuJoel
Binge Watcher

Re: SetTimedMetaData

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

- Joel
0 Kudos
Need Assistance?
Welcome to the Roku Community! Feel free to search our Community for answers or post your question to get help.

Become a Roku Streaming Expert!

Share your expertise, help fellow streamers, and unlock exclusive rewards as part of the Roku Community. Learn more.