|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VideoOutputPort | |
---|---|
org.ocap.hardware.device | Provides extension classes and interfaces related to accessing and controlling certain device parameters that are normally controlled by a device manufacturer specific application. |
org.ocap.ui | Extensions to HAVi User Interface functionality. |
Uses of VideoOutputPort in org.ocap.hardware.device |
---|
Methods in org.ocap.hardware.device that return VideoOutputPort | |
---|---|
VideoOutputPort |
HostSettings.getMainVideoOutputPort(HScreen screen)
Get the main video output port for the given HScreen . |
Methods in org.ocap.hardware.device with parameters of type VideoOutputPort | |
---|---|
void |
VideoOutputPortListener.configurationChanged(VideoOutputPort source,
VideoOutputConfiguration oldConfig,
VideoOutputConfiguration newConfig)
Method to be invoked when the configuration of a VideoOutputPort changes. |
void |
VideoOutputPortListener.connectionStatusChanged(VideoOutputPort source,
boolean status)
Method to be invoked when a display device is connected or disconnected. |
void |
VideoOutputPortListener.enabledStatusChanged(VideoOutputPort source,
boolean status)
Method to be invoked when the VideoOutputPort is enabled or
disabled. |
void |
HostSettings.setMainVideoOutputPort(HScreen screen,
VideoOutputPort port)
Set the main video output port for the given HScreen . |
Uses of VideoOutputPort in org.ocap.ui |
---|
Methods in org.ocap.ui that return VideoOutputPort | |
---|---|
VideoOutputPort[] |
MultiScreenContext.getOutputPorts()
Obtain video ports to which screen is mapped. |
Methods in org.ocap.ui with parameters of type VideoOutputPort | |
---|---|
void |
MultiScreenConfigurableContext.addOutputPorts(VideoOutputPort[] ports,
boolean removeExisting)
Add video output port(s) to which screen is mapped. |
HScreen[] |
MultiScreenManager.getCompatibleScreens(VideoOutputPort port)
Obtain the set of accessible screens that are compatible with an output port. |
HScreen |
MultiScreenManager.getOutputPortScreen(VideoOutputPort port)
Obtain the screen associated with an output port. |
void |
MultiScreenConfigurableContext.removeOutputPorts(VideoOutputPort[] ports)
Remove video output port(s) to which screen is mapped. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |