Difference between revisions of "User talk:Mk II"
Jump to navigation
Jump to search
(Created page with "Where do you get <tt>wiiu.videoplayer.setViewMode()</tt>? Did you just try that experimentally or something? Because that method isn't exposed to introspection. Somehow I doub...") |
|||
Line 1: | Line 1: | ||
Where do you get <tt>wiiu.videoplayer.setViewMode()</tt>? Did you just try that experimentally or something? Because that method isn't exposed to introspection. Somehow I doubt it's as simple as that. [[User:Ahigerd|Ahigerd]] ([[User talk:Ahigerd|talk]]) 04:00, 3 December 2012 (CET) | Where do you get <tt>wiiu.videoplayer.setViewMode()</tt>? Did you just try that experimentally or something? Because that method isn't exposed to introspection. Somehow I doubt it's as simple as that. [[User:Ahigerd|Ahigerd]] ([[User talk:Ahigerd|talk]]) 04:00, 3 December 2012 (CET) | ||
+ | |||
+ | I took a peek at the Wii U browser source files (they're open source and available on the japanese Wii U website) | ||
+ | And we know the videoplayer has two states, windowed (with controls) or full-screen. | ||
+ | As far as i could tell, setViewMode() accepts a constant long parameter (probably a DEFINE) in the range of 0 to 1. |
Revision as of 14:31, 3 December 2012
Where do you get wiiu.videoplayer.setViewMode()? Did you just try that experimentally or something? Because that method isn't exposed to introspection. Somehow I doubt it's as simple as that. Ahigerd (talk) 04:00, 3 December 2012 (CET)
I took a peek at the Wii U browser source files (they're open source and available on the japanese Wii U website) And we know the videoplayer has two states, windowed (with controls) or full-screen. As far as i could tell, setViewMode() accepts a constant long parameter (probably a DEFINE) in the range of 0 to 1.