|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Video control for background players.
Method Summary | |
Transformation |
getTransformation()
Returns the current Transformation used to display this video. |
Transformation |
setTransformation(Transformation t,
boolean transform)
Sets the Transformations object, the return value is the
closest match that is possible for the system. |
Methods inherited from interface com.sun.dtv.media.format.VideoPresentationControl |
addVideoPresentationListener, getActiveVideoOnScreenRectangle, getActiveVideoRectangle, getActualVideoSize, getDecodedVideoSize, getHorizontalScalingFactors, getInputSize, getTotalVideoRectangle, getVerticalScalingFactors, removeVideoPresentationListener |
Methods inherited from interface javax.media.Control |
getControlComponent |
Method Detail |
public Transformation setTransformation(Transformation t, boolean transform)
Transformations
object, the return value is the
closest match that is possible for the system. If the Transformation is
not supported null will be returned.
t
- Transformation object that defines the transformation
information for this video.transform
- if true the actual Transformation will be performed,
if false only the closes match will be returned.
getTransformation()
public Transformation getTransformation()
setTransformation(com.sun.dtv.media.format.Transformation, boolean)
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |