Microsoft DirectX 9.0 |
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.
See Also