IDigitalLocator::put_InnerFECRate
Microsoft DirectShow 9.0 |
IDigitalLocator::put_InnerFECRate
The put_InnerFECRate method specifies the inner FEC rate.
Syntax
HRESULT put_InnerFECRate( BinaryConvolutionCodeRate FEC );
Parameters
FEC
[in] Specifies the inner 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