Share via


Windows Media Player 11 SDK IWMPNetwork::get_bandWidth 

Windows Media Player SDK banner art

Previous Next

IWMPNetwork::get_bandWidth

The get_bandWidth method retrieves the current bandwidth of the media item.

Syntax

  

Parameters

plBandwidth

[out]  Pointer to a long containing the bandwidth.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Remarks

The value retrieved through IWMPCore::put_URL will be zero if the URL is not set. This method is only valid for streaming media.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next