Package | Description |
---|---|
org.ocap.hardware.device |
Provides extension classes and interfaces related to accessing and controlling
certain device parameters that are normally controlled by a
device manufacturer specific application.
|
Modifier and Type | Field and Description |
---|---|
static VideoResolution |
DynamicVideoOutputConfiguration.INPUT_HD
Constant reprsenting any High Definition input video.
|
static VideoResolution |
DynamicVideoOutputConfiguration.INPUT_SD
Constant representing any Standard Definition input video.
|
Modifier and Type | Method and Description |
---|---|
VideoResolution |
FixedVideoOutputConfiguration.getVideoResolution()
Get the fixed video resolution represented by this
VideoOuputConfiguration . |
Modifier and Type | Method and Description |
---|---|
void |
DynamicVideoOutputConfiguration.addOutputResolution(VideoResolution inputResolution,
FixedVideoOutputConfiguration outputResolution)
Add a desired input video resolution to output video resolution mapping.
|
FixedVideoOutputConfiguration |
DynamicVideoOutputConfiguration.getOutputResolution(VideoResolution inputResolution)
Get the output configuration that should be applied for the given input resolution
if this configuration were successfully set on a video output port.
|
Copyright © 2013 CableLabs. All rights reserved.