|  | 
| Previous | Next | 
The NotifyLateDelivery method is used to notify the Reader that it is delivering data to the client is too slowly
Syntax
HRESULT NotifyLateDelivery(
  QWORD  cnsLateness
);
Parameters
cnsLateness
[in] QWORD indicating the data delivery latency.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
| Return code | Meaning | 
| NS_S_DEGRADING_QUALITY | Codec is delivering data faster in order to catch up. | 
| NS_S_REBUFFERING | Rebuffering data and will re-deliver data on time. | 
See Also
| Previous | Next |