Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
ON THIS PAGE
|
...
Sets the video output mode. See here for a list of supported video modes. Calling this method causes the application to restart if the specified video mode is different from the current video mode. This method also accepts "auto" as a mode parameter, or "custom" which will use the mode configured using SetCustomModeline. The following optional parameters can be appended to the string
...
Specifies the target video mode of the device the next time it reboots. Once a video mode is specified using SetMode()
, it can only be changed by a device reboot.
SetCustomModeline(roString modeline) As roBool
Sets the custom videomode with the supplied modeline (see Applying a Custom Resolution). The custom videomode can then be selected using SetMode.
GetModeForNextBoot() As String
...
Enables MPCDI using the passed parameters. See the MPCDI tech note for more information about configuring MPCDI on BrightSign players.
...