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: 
hugetv
Visitor

Caption help Renderer

Caption Renderer help in roImageCanvas

https://sdkdocs.roku.com/display/sdkdoc ... onRenderer

could you please help me because I'm trying to make it work
Our system http://www.rokumanager.com
0 Kudos
4 REPLIES 4
hugetv
Visitor

Re: Caption help Renderer

please help as I can to select the language of my stream m3u8 in roImageCanvas

Our system http://www.rokumanager.com
0 Kudos
TheEndless
Channel Surfer

Re: Caption help Renderer

This example uses roScreen, but it should point you in the right direction to implement captions with roImageCanvas, as the process is very similar: https://blog.roku.com/developer/2014/01 ... evelopers/
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos
hugetv
Visitor

Re: Caption help Renderer

this my

					 tmp = []
for each AudioTracks in m.player.GetAudioTracks()
tmp.Push(AudioTracks)
end for
print tmp


for

<Component: roArray> =
[
<Component: roAssociativeArray>
<Component: roAssociativeArray>
]
Our system http://www.rokumanager.com
0 Kudos
hugetv
Visitor

Re: Caption help Renderer

this help for code
Our system http://www.rokumanager.com
0 Kudos