...
Disables HDMI output and the syncs for VGA output if passed true
. The absence of a signal will cause some monitors to go into standby mode.
getPowerSaveMode()
Code Block | ||
---|---|---|
| ||
Promise<bool> getPowerSaveMode() |
...
Returns OutputStatus which describes the current state of the video output and is defined below.
disableAudio()
Code Block | ||
---|---|---|
| ||
[type == "hdmi"] Promise<void> disableAudio(bool disable) |
Disables audio output. If passed True
, the video will continue to output.
...