Share via


IAMNetworkStatus (Compact 2013)

3/26/2014

This interface reports the quality of the network connection for the Windows Media Source Filter.

When to Use

The Windows Media Source Filter implements this interface. It enables clients to retrieve information about the quality of the network connection.

Methods

In addition to the methods inherited from IDispatch, this interface exposes the following methods.

Method

Description

IAMNetworkStatus::get_BufferingCount

Retrieves the number of times the network source has buffered the data.

IAMNetworkStatus::get_BufferingProgress

Indicates the buffering progress.

IAMNetworkStatus::get_IsBroadcast

Indicates whether the current stream is a broadcast stream.

IAMNetworkStatus::get_LostPackets

Retrieves the number of lost packets.

IAMNetworkStatus::get_ReceivedPackets

Retrieves the number of received packets.

IAMNetworkStatus::get_ReceptionQuality

Indicates the reception quality.

IAMNetworkStatus::get_RecoveredPackets

Retrieves the number of recovered packets.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

DirectShow Interfaces