IDVBSLocator::get_SignalPolarisation
Microsoft DirectShow 9.0 |
IDVBSLocator::get_SignalPolarisation
The get_SignalPolarisation method retrieves the signal polarisation.
Syntax
HRESULT get_SignalPolarisation( Polarisation* pPolarisationVal );
Parameters
pPolarisationVal
[out] Pointer to a variable of type Polarisation that receives the 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