org.ocap.hardware.device
Interface FixedVideoOutputConfiguration

All Superinterfaces:
VideoOutputConfiguration

public interface FixedVideoOutputConfiguration
extends VideoOutputConfiguration

An instance of this class represents a video output configuration defined by a fixed set of attributes.

When such a configuration is successfully applied to a VideoOutputPort, the output resolution SHALL be suitably adjusted. This MAY in turn adjust the aspect ratio and resolution of the associated HScreen and its component HScreenDevices. Any such changes will be announced via the dispatch of HScreenConfigurationEvents.

See Also:
VideoOutputSettings.getSupportedConfigurations(), VideoOutputSettings.setOutputConfiguration(org.ocap.hardware.device.VideoOutputConfiguration)

Method Summary
 VideoResolution getVideoResolution()
          Get the fixed video resolution represented by this VideoOuputConfiguration.
 
Methods inherited from interface org.ocap.hardware.device.VideoOutputConfiguration
getName
 

Method Detail

getVideoResolution

VideoResolution getVideoResolution()
Get the fixed video resolution represented by this VideoOuputConfiguration.

Returns:
the fixed video resolution represent by this configuration