IDVBSLocator::put_Azimuth
Microsoft DirectShow 9.0 |
IDVBSLocator::put_Azimuth
The put_Azimuth method adjusts the azimuth setting used for positioning the satellite dish.
Syntax
HRESULT put_Azimuth( long Azimuth );
Parameters
Azimuth
[in] Variable of type long that specifies the azimuth in tenths of a degree.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also