Specifications
LONG Left,   
LONG Top,   
LONG Width,   
LONG Height) 
Description 
Sets video's destination rectangle within the display device. Mostly used to 
control the aspect ratio on TV, HDTV or VGA devices. 
Parameters 
Left 
  [in] Desired video's left coordinate 
Top 
  [in] Desired video's top coordinate 
Width 
  [in] Desired video's width 
Height 
  [in] Desired video's height 
Return Value 
E_FAIL: Failure. 
S_OK:  Success. 
E_ACCESSDENIED : This interface is not initialized. 
E_NOTIMPL : Method is not supported. 
Adv_DVPAPI_GetAudioOutputMode 
Syntax 
HRESULT Adv_DVPAPI_GetAudioOutputMode( 
LPAUDIO_OUTPUT_MODE lpMode) 
Description 
Retrieves the current audio mode   (stereo, left, right). 
Parameters 
lpMode 
[out] Pointer to the currently set output mode. 
Return Value 
E_FAIL: Failure. 
S_OK:  Success. 
E_ACCESSDENIED : This interface is not initialized. 
E_INVALIDARG : lpMode argument is invalid. 
   DVP-7410 User’s Manual 
52










