|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.havi.ui.HScreenConfiguration
org.havi.ui.HVideoConfiguration
public class HVideoConfiguration
The HVideoConfiguration
class describes the characteristics (settings) of an HVideoDevice. There can be many HVideoConfiguration objects
associated with a single HVideoDevice.
| Parameter | Description | Default value | Set method | Get method |
|---|---|---|---|---|
| None. | ||||
| Description | Default value | Set method | Get method |
|---|---|---|---|
| None. | |||
HVideoDevice| Constructor Summary | |
|---|---|
protected |
HVideoConfiguration()
It is not intended that applications should directly construct HVideoConfiguration
objects. |
| Method Summary | |
|---|---|
HVideoConfigTemplate |
getConfigTemplate()
Returns an HVideoConfigTemplate
object that describes and uniquely
identifies this HVideoConfiguration. |
HVideoDevice |
getDevice()
Returns the HVideoDevice
associated with this HVideoConfiguration. |
| Methods inherited from class org.havi.ui.HScreenConfiguration |
|---|
convertTo, getFlickerFilter, getInterlaced, getOffset, getPixelAspectRatio, getPixelResolution, getScreenArea |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected HVideoConfiguration()
HVideoConfiguration
objects.
Creates an HVideoConfiguration
object. See the class description for
details of constructor parameters and default values.
| Method Detail |
|---|
public HVideoDevice getDevice()
HVideoDevice
associated with this HVideoConfiguration.
HVideoDevice
object that is associated with this HVideoConfiguration,public HVideoConfigTemplate getConfigTemplate()
HVideoConfigTemplate
object that describes and uniquely
identifies this HVideoConfiguration.
Hence, the following sequence should return the original HVideoConfiguration.
HVideoDevice.getBestMatch(HVideoConfiguration.getConfigTemplate())
Features that are implemented in the HVideoConfiguration will
return HScreenConfigTemplate.REQUIRED
priority. Features that are not implemented in the HVideoConfiguration
will return HScreenConfigTemplate.REQUIRED_NOT
priority. Preferences that are not filled in by
the platform will return HScreenConfigTemplate.DONT_CARE priority.
HVideoConfigTemplate
object which both describes and uniquely
identifies this HVideoConfiguration.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||