|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VideoFormatControl
This interface extends VideoFormatControl
with constant
definitions representing additional decoder format conversion (DFC)
options.
These constants SHALL be accepted by any method that accepts
VideoFormatControl.DFC_*
constants and MAY be returned
by methods that return such constants.
This control extends the capability of
org.dvb.media.VideoFormatControl
and instances of this
control SHALL be available for both MPEG-2 and non-MPEG-2 streams.
In OCAP Host devices, all instances of
org.dvb.media.VideoFormatControl
SHALL also be instances
of org.ocap.media.VideoFormatControl
.
VideoFormatControl.getDecoderFormatConversion()
,
VideoFormatControl.getVideoTransformation(int)
Field Summary | |
---|---|
static int |
DFC_PROCESSING_PILLARBOX_4_3
Constant representing the pillarbox conversion of the 4:3 input video to 16:9 output video. |
static int |
DFC_PROCESSING_WIDE_4_3
Constant representing the wide conversion of the 4:3 input video to 16:9 output video. |
Method Summary |
---|
Methods inherited from interface org.dvb.media.VideoFormatControl |
---|
addVideoFormatListener, getActiveFormatDefinition, getAspectRatio, getDecoderFormatConversion, getDisplayAspectRatio, getVideoTransformation, isPlatform, removeVideoFormatListener |
Methods inherited from interface javax.media.Control |
---|
getControlComponent |
Field Detail |
---|
static final int DFC_PROCESSING_PILLARBOX_4_3
static final int DFC_PROCESSING_WIDE_4_3
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |