IDVBTLocator::put_LPInnerFECRate
Microsoft DirectShow 9.0 |
IDVBTLocator::put_LPInnerFECRate
The put_LPInnerFECRate method sets the inner FEC rate of the low-priority stream.
Syntax
HRESULT put_LPInnerFECRate( BinaryConvolutionCodeRate FEC );
Parameters
FEC
[in] Variable of type BinaryConvolutionCodeRate that specifies the rate.
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