Specifications
Syntax 
HRESULT Adv_DVPAPI_SetTVScale( 
BOOL bScaled) 
Description 
Sets whether or not the TV standard conversion is to use scaling.  This API is 
used to prevent NTSC to PAL or PAL to NTSC field jitter artifacts due to 
scaling. 
Parameters 
bScaled 
  [in] TRUE to scale video, FALSE otherwise. 
Return Value 
E_FAIL: Failure. 
S_OK:  Success. 
E_ACCESSDENIED : This interface is not initialized. 
Adv_DVPAPI_GetTVStandard 
Syntax 
HRESULT Adv_DVPAPI_GetTVStandard( 
LPTV_STANDARD lpTVStandard) 
Description 
Retrieves the currently set  TV output standard. 
Parameters 
lpTVStandard 
      [out] Set TV standard. 
Adv_DVPAPI_SetTVStandard 
Syntax 
HRESULT Adv_DVPAPI_SetTVStandard( 
TV_STANDARD tvStandard) 
Description 
Sets the default TV output mode. 
Parameters 
tvStandard 
  [in] Desired TV out standard 
4
7










