Display settings

Hi,

Can I change the display type settings of roku box from the code.
I mean to say can i change it HDTV or 4:3 or 16:9 from code.

can somebody quickly reply please…

Ravi Pulluri.

You cannot change the system displayType setting from your application code.

You can read the setting with roDeviceInfo.GetDisplayType(), but not change its value.

–Kevin