|
IAMDroppedFrames Interface
|
|
| Retrieves the total number of frames that the pin dropped since it last started streaming.
|
|
|
| Retrieves the total number of frames that the pin delivered downstream (did not drop).
|
|
|
| Retrieves the average size of frames that the pin dropped.
|
|
|
| plDropped
|
| [out] Pointer to the total number of dropped frames.
|
| plNotDropped
|
| [out] Pointer to the total number of frames that were not dropped
|
| plAverageSize
|
| [out, retval] Pointer to the average size of frames sent out by the pin since the pin started streaming, in bytes.
|
|
|
|
|
| S_OK
|
| Success
|
| E_FAIL
|
| Failure.
|
| E_INVALIDARG
|
| Invalid argument.
|
|
|
|
|