Share via


IAMNetworkStatus::get_BufferingProgress (Compact 2013)

3/26/2014

The method indicates the buffering progress.

Syntax

HRESULT get_BufferingProgress(
  long *pBufferingProgress
);

Parameters

  • pBufferingProgress
    [out] Points to a long which on return will contain a number from 0 through 100 that indicates the percentage completed.

Return Values

Returns S_OK on success. Returns an HRESULT error on failure.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IAMNetworkStatus