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 HScreenDevice
s.
Any such changes will be announced via the dispatch of
HScreenConfigurationEvent
s.
- See Also:
VideoOutputSettings.getSupportedConfigurations()
,
VideoOutputSettings.setOutputConfiguration(org.ocap.hardware.device.VideoOutputConfiguration)
getVideoResolution
VideoResolution getVideoResolution()
- Get the fixed video resolution represented by this
VideoOuputConfiguration
.
- Returns:
- the fixed video resolution represent by this configuration