...
SetPowerSaveMode(power_save_enable As Boolean) As Boolean
Turns off Disables HDMI output, the syncs for VGA output, and the DAC output for component video. This The absence of a signal will cause some monitors to go into standby mode.
EnableVideo(enable As Boolean) As Boolean
Enables video output from the device if True. Setting this method to False disables all video output from the device. This method is set to True by default.
IsAttached(connector As String) As Boolean
...
Enables MPCDI if passed True. This will only happen if all of the resources needed for MPCDI have been allocated and set correctly—otherwise, this method will return False and not enable MPCDI. You can pass False to this method to disable MPCDI after it has been enabled.
Tip | ||
---|---|---|
| ||
See the MPCDI tech note for more information about configuring MPCDI on BrightSign players. |
...