| Package | Description |
|---|---|
| org.havi.ui |
| Modifier and Type | Field and Description |
|---|---|
static HVideoConfiguration |
HVideoDevice.NOT_CONTRIBUTING
Constant indicating that a video device is not contributing to
the output of its
HScreen. |
| Modifier and Type | Method and Description |
|---|---|
HVideoConfiguration |
HVideoDevice.getBestConfiguration(HVideoConfigTemplate hvct)
Returns the "best" configuration possible that passes
the criteria defined in the HVideoConfigTemplate or null.
|
HVideoConfiguration |
HVideoDevice.getBestConfiguration(HVideoConfigTemplate[] hvcta)
Returns the "best" configuration possible that passes
the criteria defined in one of the HVideoConfigTemplate objects
within the specified array or null.
|
HVideoConfiguration |
HScreen.getBestConfiguration(HVideoConfigTemplate[] hvcta)
Returns an
HVideoConfiguration from an HVideoDevice which is present on this HScreen that best matches at least one of
the specified HVideoConfigTemplates. |
HVideoConfiguration[] |
HVideoDevice.getConfigurations()
Returns all of the HVideoConfiguration
objects associated with this HVideoDevice.
|
HVideoConfiguration |
HVideoDevice.getCurrentConfiguration()
Returns the current HVideoConfiguration for this HVideoDevice.
|
HVideoConfiguration |
HVideoDevice.getDefaultConfiguration()
Returns the default HVideoConfiguration associated with this
HVideoDevice.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HVideoConfigTemplate.isConfigSupported(HVideoConfiguration hvc)
Returns a boolean indicating whether or not the specified
HVideoConfiguration can
be used to create a video plane that supports the features set
in this template. |
boolean |
HVideoDevice.setVideoConfiguration(HVideoConfiguration hvc)
Set the video configuration for the device.
|
Copyright © 2012 code4tv.com. All Rights Reserved.