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: 

Is it possible to display roVideoPlayer rotated 90 degrees?

I have looked into BrightScript component reference but couldn't find something related. So I thought to ask here in hope that I might have missed something in the docs or there might be some undocumented feature.

Is it possible to display roVideoPlayer rotated at certain degrees? I want to display it 90 degrees rotated. Like ifDraw2D has DrawRotatedObject method is there something similar available for roVideoPlayer?

I have tried a hack but it did not work. I tried passing negative numbers in ifVideoPlayer.SetDestinationRect like {x: 0, y:height, w:width, height: -height} to play the video upside down, just for testing.
0 Kudos