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.