MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
|
Video Transformation Calculator. More...
Go to the source code of this file.
Functions | |
E_ASPECT_RATIO | STB_VTGetDisplayAspectRatio (void) |
This function is called so the MHEG application can find out the type of display hardware being used by the receiver. Meaning the display ratio set by the customer configuration. More... | |
E_FORMAT_CONVERSION | STB_VTGetDecoderFormatConversion (void) |
This function is called so the MHEG application can find out the current video aspect ratio conversion applied by the receiver. More... | |
void | STB_VTSetMhegScalingResolution (U16BIT width, U16BIT height) |
Set MHEG5 scaling resolution for video. More... | |
void | STB_VTSetMhegVideoScaling (S_RECTANGLE *scaling) |
Specify position and scaling required by MHEG5 for display of video or iframe. The scaling rectangle gives the raw MHEG5 transformation. The default resolution for this rectangle is the screen resolution. More... | |
void | STB_VTSetMhegAspectRatio (E_ASPECT_RATIO ratio) |
Notify the controlling application of the aspect ratio of the currently running MHEG-5 Scene object. More... | |
void | STB_VTSetMhegVideoAlignment (E_VIDEO_ASPECT_MODE alignment) |
This function is called to force the video alignment used by the receiver when a 16:9 video is played with 4:3 scene. Default value of mode is CENTRE_CUT_OUT (1). More... | |
Video Transformation Calculator.
E_FORMAT_CONVERSION STB_VTGetDecoderFormatConversion | ( | void | ) |
This function is called so the MHEG application can find out the current video aspect ratio conversion applied by the receiver.
E_ASPECT_RATIO STB_VTGetDisplayAspectRatio | ( | void | ) |
This function is called so the MHEG application can find out the type of display hardware being used by the receiver. Meaning the display ratio set by the customer configuration.
void STB_VTSetMhegAspectRatio | ( | E_ASPECT_RATIO | ratio | ) |
Notify the controlling application of the aspect ratio of the currently running MHEG-5 Scene object.
This information should be used to set the decoder format conversion and display signaling when video is shown in "tuner mode", as described in section 6.5.4.7 of reference [1].
The aspect ratio of I-frames can also be inferred from the scene aspect ratio, as described in section 4.7.1 of reference [1]. The scene aspect ratio can be used to determine decoder format conversion and display signaling when I-frames are being presented, as described in section 6.5.4.6 of reference [1]. Alternatively, the actual aspect ratio of the I-frame may be used.
ratio | - MHEG Scene aspect ratio of 16:9, 4:3 or unspecifed (undefined) |
Set MHEG5 scaling resolution for video.
width | - width resolution |
height | - height resolution |
void STB_VTSetMhegVideoAlignment | ( | E_VIDEO_ASPECT_MODE | alignment | ) |
This function is called to force the video alignment used by the receiver when a 16:9 video is played with 4:3 scene. Default value of mode is CENTRE_CUT_OUT (1).
alignment | Video 'widescreen' alignment |
void STB_VTSetMhegVideoScaling | ( | S_RECTANGLE * | scaling | ) |
Specify position and scaling required by MHEG5 for display of video or iframe. The scaling rectangle gives the raw MHEG5 transformation. The default resolution for this rectangle is the screen resolution.
scaling | pointer to scaling rectangle, NULL means full screen |