IDigitalLocator::get_InnerFECRate
Microsoft DirectShow 9.0 |
IDigitalLocator::get_InnerFECRate
The get_InnerFECRate method retrieves the inner FEC rate.
Syntax
HRESULT get_InnerFECRate( BinaryConvolutionCodeRate* FEC );
Parameters
FEC
[out] Pointer to a variable of type BinaryConvolutionCodeRate that receives the inner FEC 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