Share via


IStreamBufferDataCounters::GetData

 
Microsoft DirectShow 9.0

IStreamBufferDataCounters::GetData

This topic applies to Windows XP Service Pack 2 only.

The GetData method returns performance data for the Stream Buffer Engine.

Syntax

  HRESULT GetData(
    SBE_PIN_DATA  *
  pPinData
  
);

Parameters

pPinData

[in]  Pointer to an SBE_PIN_DATA structure. The method fills the structure with the current performance data.

Return Values

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

Value Description
S_OK The method succeeded.

Requirements

Header: Include Sbe.h.

See Also