IDVBSLocator::put_OrbitalPosition

 
Microsoft DirectShow 9.0

IDVBSLocator::put_OrbitalPosition

The put_OrbitalPosition method sets the setting for the satellite's orbital position.

Syntax

  HRESULT put_OrbitalPosition(
  long  longitude
);

Parameters

longitude

[in] Variable of type long that specifies the satellite's longitude 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