Microsoft DirectX 9.0 |
The IAMNetworkStatus interface is exposed by the Windows Media Source filter. It enables clients to retrieve information about the quality of the network connection.
In addition to the methods inherited from IDispatch, the IAMNetworkStatus interface exposes the following methods.
Method | Description |
get_BufferingCount | Retrieves the number of times the network source has buffered the data. |
get_BufferingProgress | Retrieves the buffering progress. |
get_IsBroadcast | Retrieves a value indicating whether the current clip is a broadcast clip. |
get_LostPackets | Retrieves the number of lost packets. |
get_ReceivedPackets | Retrieves the number of received packets. |
get_ReceptionQuality | Retrieves a value indicating the reception quality. |
get_RecoveredPackets | Retrieves the number of recovered packets. |