IAMNetworkStatus::get_ReceptionQuality
Microsoft DirectShow 9.0 |
IAMNetworkStatus::get_ReceptionQuality
The get_ReceptionQuality method retrieves a value indicating the reception quality.
Syntax
HRESULT get_ReceptionQuality( long *pReceptionQuality );
Parameters
pReceptionQuality
Pointer to a variable that receives a value from 0 to 100, indicating the reception quality. This value is percentage of packets that the filter received without requiring resending or error correction.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Requirements
Header: Include Qnetwork.h.
Library: None.
See Also