Partager via


IBufferingTime::GetBufferingTime (Compact 2013)

3/26/2014

This method retrieves the preroll buffering time on the filter.

Syntax

HRESULT GetBufferingTime(
   DWORD *pdwMilliseconds
);

Parameters

  • dwMilliseconds
    [out] Points to a DWORD which on return will contain the buffering time in milliseconds.

Return Values

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

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IBufferingTime