contentList = []
contentList.Push ({Url: "http://stream1.com/mp3", StreamFormat: "mp3"})
contentList.Push ({Url: "http://stream2.com/mp3", StreamFormat: "mp3"})
"Jeroen" wrote:
I think you're right. Currently I'm using the AddContent(stream, streamFormat) and that works.
Personally I think that Roku has got everything very well covered in there documentation. I'm kinda surprised that I can't find any information about which Meta-Data properties are used in the roAudioPlayer. Or in any other class(player). I still think I'm overlooking something...
Thanks for your answer!
"Jeroen" wrote:
I think you're right. Currently I'm using the AddContent(stream, streamFormat) and that works.
Personally I think that Roku has got everything very well covered in there documentation. I'm kinda surprised that I can't find any information about which Meta-Data properties are used in the roAudioPlayer. Or in any other class(player). I still think I'm overlooking something...
Thanks for your answer!
"destruk" wrote:"Jeroen" wrote:
I think you're right. Currently I'm using the AddContent(stream, streamFormat) and that works.
Personally I think that Roku has got everything very well covered in there documentation. I'm kinda surprised that I can't find any information about which Meta-Data properties are used in the roAudioPlayer. Or in any other class(player). I still think I'm overlooking something...
Thanks for your answer!
7.0 Components First Introduced in Firmware v2.9 131
7.1 roAudioMetadata 131
7.2 roImageMetadata 132
Meta Data only works for 'local files' so it's rather useless for anything streamed online.