org.ocap.media
Interface VideoFormatControl
- All Superinterfaces:
- Control, VideoFormatControl
public interface VideoFormatControl
- extends VideoFormatControl
This interface extends org.dvb.media.VideoFormatControl to provide access
to OCAP-specific info signaled in presented video, such as 3D formatting data.
All instances of VideoFormatControl returned from calls to
Controller.getControl(java.lang.String) or Controller.getControls()
within an OCAP implementation SHALL also be instances of
org.ocap.media.VideoFormatControl.
| Fields inherited from interface org.dvb.media.VideoFormatControl |
AFD_14_9, AFD_14_9_TOP, AFD_16_9, AFD_16_9_SP_14_9, AFD_16_9_SP_4_3, AFD_16_9_TOP, AFD_4_3, AFD_4_3_SP_14_9, AFD_GT_16_9, AFD_NOT_PRESENT, AFD_SAME, ASPECT_RATIO_16_9, ASPECT_RATIO_2_21_1, ASPECT_RATIO_4_3, ASPECT_RATIO_UNKNOWN, DAR_16_9, DAR_4_3, DFC_PLATFORM, DFC_PROCESSING_16_9_ZOOM, DFC_PROCESSING_CCO, DFC_PROCESSING_FULL, DFC_PROCESSING_LB_14_9, DFC_PROCESSING_LB_16_9, DFC_PROCESSING_LB_2_21_1_ON_16_9, DFC_PROCESSING_LB_2_21_1_ON_4_3, DFC_PROCESSING_NONE, DFC_PROCESSING_PAN_SCAN, DFC_PROCESSING_UNKNOWN |
getS3DConfiguration
S3DConfiguration getS3DConfiguration()
- Returns the 3D configuration info of the video.
See [OCCEP] for the 3D formatting data definition.
Returns
null if no 3D formatting data is present
(e.g., in the case of 2D video). Note: Rapid changes in
3D signaling may cause the returned S3DConfiguration object
to be stale as soon as this method completes.
- Returns:
- The signaled 3D formatting data, or
null if no
3D formatting data is present.
Copyright © 2011. All Rights Reserved.