IDigitalLocator::put_OuterFECRate
Microsoft DirectShow 9.0 |
IDigitalLocator::put_OuterFECRate
The put_OuterFECRate method specifies the outer FEC rate.
Syntax
HRESULT put_OuterFECRate( BinaryConvolutionCodeRate FEC );
Parameters
FEC
[in] Specifies the outer FEC rate. This parameter is a value of type BinaryConvolutionCodeRate.
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