public class HVideoConfiguration extends HScreenConfiguration
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| Modifier | Constructor and Description |
|---|---|
protected |
HVideoConfiguration()
An interoperable application shall not subclass the
HVideoConfiguration class.
|
| Modifier and Type | Method and Description |
|---|---|
HVideoConfigTemplate |
getConfigTemplate()
Returns an
HVideoConfigTemplate
object that describes and uniquely
identifies this HVideoConfiguration. |
HVideoDevice |
getDevice()
Returns the
HVideoDevice
associated with this HVideoConfiguration. |
convertTo, getFlickerFilter, getInterlaced, getOffset, getPixelAspectRatio, getPixelResolution, getScreenAreaprotected HVideoConfiguration()
Creates an HVideoConfiguration
object. See the class description for
details of constructor parameters and default values.
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.Copyright © 2012 code4tv.com. All Rights Reserved.