EnTerr
10 years agoRoku Guru
roDeviceInfo.GetDisplayProperties() minor mismatch
"http://sdkdocs.roku.com/display/sdkdoc/ifDeviceInfo#ifDeviceInfo-GetDisplayProperties()asObject" wrote:
- Internal Boolean Set to true if the display is part of the Roku Player (such as a Roku TV), false otherwise
- Hdr10 Boolean Set to true if the attached display supports HDR 10, false otherwise
- DolbyVision Boolean Set to true if the attached display supports Dolby Vision, false otherwise
Some of the fields returned by roDeviceInfo.GetDisplayProperties() are supposedly Boolean. Instead what i see is the roInt 0. Not sure if documentation or implementation is wrong (Boolean makes more sense)
PS. also, GetDrmInfo(DRM_info as Object) as Object does not take an argument - it should be GetDrmInfo( ) as object