IAMNetShowExProps::get_ErrorCorrection (Compact 2013)
3/26/2014
This method returns the current error-correction method.
Syntax
HRESULT get_ErrorCorrection(
BSTR *pbstrErrorCorrection
);
Parameters
- pbstrErrorCorrection
[out] Points to a BSTR which on return will contain a description of the error-correction method.
Return Values
Returns S_OK on success. Returns an HRESULT error on failure.
Remarks
The caller must release the returned BSTR by calling SysFreeString.
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |