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

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

Methods in org.ocap.hardware.device that return FixedVideoOutputConfiguration
 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.
 

Methods in org.ocap.hardware.device with parameters of type FixedVideoOutputConfiguration
 void DynamicVideoOutputConfiguration.addOutputResolution(VideoResolution inputResolution, FixedVideoOutputConfiguration outputResolution)
          Add a desired input video resolution to output video resolution mapping.