Specifications
Remarks 
TV display has to be already enabled in order to set it to a particular 
standard/scale mode. So for instance, to set the TV display to PAL from VGA 
only mode, first call Adv_DVPAPI_SetDisplayMode(DISPLAY_TV) and then 
Adv_DVPAPI_SetDisplayMode(DISPLAY_TV_PAL). 
Adv_DVPAPI_GetHDTVMode 
Syntax 
HRESULT Adv_DVPAPI_GetHDTVMode( 
PINT piHDTVModeIndex) 
Description 
Retrieves the set HDTV mode. 
Parameters 
piHDTVModeIndex 
        [out] HDTV mode index, were:   
0 : 480p / 59.94Hz 
       1: 720p / 60Hz   
       2: 1080i / 60Hz   
Return Value 
E_FAIL: Failure. 
S_OK:  Success. 
E_ACCESSDENIED : This interface is not initialized. 
E_INVALIDARG : piHDTVModeIndex argument is invalid. 
Adv_DVPAPI_SetHDTVMode 
Syntax 
HRESULT Adv_DVPAPI_SetHDTVMode( 
INT iHDTVModeIndex) 
Description 
Selects the HDTV  mode index based on a list of modes taken from Sigma 
registry (0..n). These modes include display resolution and monitor frequency. 
Parameters 
iHDTVModeIndex 
  [in] HDTV mode index 
49










