Uses of Class
org.ocap.hardware.device.VideoResolution

Packages that use VideoResolution
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 VideoResolution in org.ocap.hardware.device
 

Fields in org.ocap.hardware.device declared as VideoResolution
static VideoResolution DynamicVideoOutputConfiguration.INPUT_HD
          Constant reprsenting any High Definition input video.
static VideoResolution DynamicVideoOutputConfiguration.INPUT_SD
          Constant representing any Standard Definition input video.
 

Methods in org.ocap.hardware.device that return VideoResolution
 VideoResolution FixedVideoOutputConfiguration.getVideoResolution()
          Get the fixed video resolution represented by this VideoOuputConfiguration.
 

Methods in org.ocap.hardware.device with parameters of type VideoResolution
 void DynamicVideoOutputConfiguration.addOutputResolution(VideoResolution inputResolution, FixedVideoOutputConfiguration outputResolution)
          Add a desired input video resolution to output video resolution mapping.
 FixedVideoOutputConfiguration DynamicVideoOutputConfiguration.getOutputResolution(VideoResolution inputResolution)
          Get the output configuration that should be applied for the given input resolution if this configuration were successfully set on a video output port.