|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VideoOutputPortListener
The callback interface to be implemented by application classes that wish
to receive notification of changes to the status of a VideoOutputPort
.
Method Summary | |
---|---|
void |
configurationChanged(VideoOutputPort source,
VideoOutputConfiguration oldConfig,
VideoOutputConfiguration newConfig)
Method to be invoked when the configuration of a VideoOutputPort changes. |
void |
connectionStatusChanged(VideoOutputPort source,
boolean status)
Method to be invoked when a display device is connected or disconnected. |
void |
enabledStatusChanged(VideoOutputPort source,
boolean status)
Method to be invoked when the VideoOutputPort is enabled or
disabled. |
Method Detail |
---|
void connectionStatusChanged(VideoOutputPort source, boolean status)
Note that this method will not be invoked where such information cannot be known by the Host device.
source
- the VideoOutputPort
whose status has changedstatus
- true
when a display device is connected;
false
when a display device is disconnectedVideoOutputSettings.isDisplayConnected()
void enabledStatusChanged(VideoOutputPort source, boolean status)
VideoOutputPort
is enabled or
disabled.
source
- the VideoOutputPort
whose status has changedstatus
- true
when the video output port is enabled;
false
when the video output port is disabledVideoOutputPort.enable()
,
VideoOutputPort.disable()
,
VideoOutputPort.status()
void configurationChanged(VideoOutputPort source, VideoOutputConfiguration oldConfig, VideoOutputConfiguration newConfig)
VideoOutputPort
changes.
source
- the VideoOutputPort
whose status has changedoldConfig
- the previous configurationnewConfig
- the new configuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |