IDVBSLocator::put_SignalPolarisation
Microsoft DirectShow 9.0 |
IDVBSLocator::put_SignalPolarisation
The put_SignalPolarisation method sets the signal polarisation.
Syntax
HRESULT put_SignalPolarisation( Polarisation PolarisationVal );
Parameters
PolarisationVal
[in] Variable of type Polarisation that specifies the signal polarisation value.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Remarks
This method and the associated enumeration type use the British spelling for "polarisation" and so to maintain consistency the documentation also uses that spelling.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also