39 typedef void (*F_NOTIFY_VIDEO_AR)(E_ASPECT_RATIO ar);
Header file - Function prototypes for A/V control.
void STB_VTSetMhegVideoAlignment(E_VIDEO_ASPECT_MODE mode)
Set MHEG5 widescreen alignment.
void STB_VTSetVideoPrefChangedCallback(void(*callback)(void *), void *user_data)
Set video preferences change callback.
E_ASPECT_RATIO STB_VTGetDisplayAspectRatio(void)
Get display aspect ratio.
E_FORMAT_CONVERSION(* F_VT_CUSTOM_MODE_CALLBACK)(E_ASPECT_RATIO video_aspect_ratio, E_ASPECT_RATIO display_aspect_ratio)
Callback used by the VTC module to determine what format conversion needs to be applied when the aspe...
void STB_VTSetMhegEnable(BOOLEAN enable)
Turn on or off MHEG5 scaling calculation.
void STB_VTCSetCustomModeCallback(F_VT_CUSTOM_MODE_CALLBACK callback)
Sets the callback used to control the format conversion when the aspect mode set by STB_VTSetVideoAli...
void STB_VTSetHbbtvVideoWindow(S_RECTANGLE *rect)
Set video scaling by HBBTV.
void STB_VTSetMhegScalingResolution(U16BIT width, U16BIT height)
Set MHEG5 scaling resolution for video.
void STB_VTSetHbbtvEnable(BOOLEAN enable)
Turn on or off HBBTV scaling calculation.
Header file - Function prototypes for A/V control.
void STB_VTSetMhegAspectRatio(E_ASPECT_RATIO aspect_ratio)
Set scene aspect ratio (MHEG-5 specific)
void STB_VTSetVideoAlignmentPref(E_VIDEO_ASPECT_MODE pref)
Set video alignment preference.
void STB_VTSetVideoRatioCallback(F_NOTIFY_VIDEO_AR ar)
Set video preferences change callback.
void STB_VTSetMhegVideoScaling(S_RECTANGLE *scaling)
Set video scaling by MHEG5.
E_ASPECT_RATIO STB_VTGetVideoAspectRatio(void)
Return the current video aspect ratio.
System Wide Global Technical Data Type Definitions.
void STB_VTGetVideoResolution(U16BIT *width, U16BIT *height)
Return the current video resolution.
void STB_VTSetVideoOutput(S_RECTANGLE *output)
DVBCore application output window for entire video.
E_FORMAT_CONVERSION STB_VTGetDecoderFormatConversion(void)
Return the current decoder format conversion.
void STB_VTInitialise(void)
Initialise the VTC module.
void STB_VTSetDisplayAspectRatio(E_ASPECT_RATIO aspect_ratio)
Set display aspect ratio.