All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ocap.hardware.device.FixedVideoOutputConfiguration Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
/*
 * Created on Mar 20, 2007
 */
package org.ocap.hardware.device;

import org.havi.ui.event.HScreenConfigurationEvent;

/**
 * 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 * {@link HScreenConfigurationEvent}s. * * @see VideoOutputSettings#getSupportedConfigurations() * @see VideoOutputSettings#setOutputConfiguration */ public interface FixedVideoOutputConfiguration extends VideoOutputConfiguration { /** * Get the fixed video resolution represented by this VideoOuputConfiguration. * * @return the fixed video resolution represent by this configuration */ public VideoResolution getVideoResolution(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy