Uses of Interface
org.ocap.hardware.device.VideoOutputConfiguration

Packages that use VideoOutputConfiguration
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. 
 

Uses of VideoOutputConfiguration in org.ocap.hardware.device
 

Subinterfaces of VideoOutputConfiguration in org.ocap.hardware.device
 interface FixedVideoOutputConfiguration
          An instance of this class represents a video output configuration defined by a fixed set of attributes.
 

Classes in org.ocap.hardware.device that implement VideoOutputConfiguration
 class DynamicVideoOutputConfiguration
          An instance of this class may be used to represent a dynamic selection of video output configurations based upon specified input video.
 

Methods in org.ocap.hardware.device that return VideoOutputConfiguration
 VideoOutputConfiguration VideoOutputSettings.getOutputConfiguration()
          Get the current output configuration for this video output port.
 VideoOutputConfiguration[] VideoOutputSettings.getSupportedConfigurations()
          Get the fixed set of supported output configurations for this video output port.
 

Methods in org.ocap.hardware.device with parameters of type VideoOutputConfiguration
 void VideoOutputPortListener.configurationChanged(VideoOutputPort source, VideoOutputConfiguration oldConfig, VideoOutputConfiguration newConfig)
          Method to be invoked when the configuration of a VideoOutputPort changes.
 void VideoOutputSettings.setOutputConfiguration(VideoOutputConfiguration config)
          Set the output configuration for this video output port.