Share via


SBE_PIN_DATA structure (sbe.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

This topic applies to Windows XP Service Pack 2 only.

The STREAMBUFFER_ATTRIBUTE structure contains performance data for the stream buffer filters.

Syntax

typedef struct SBE_PIN_DATA {
  ULONGLONG cDataBytes;
  ULONGLONG cSamplesProcessed;
  ULONGLONG cDiscontinuities;
  ULONGLONG cSyncPoints;
  ULONGLONG cTimestamps;
} SBE_PIN_DATA;

Members

cDataBytes

Total sample payload, in bytes.

cSamplesProcessed

Number of samples processed.

cDiscontinuities

Number of discontinuities. See IMediaSample::SetDiscontinuity.

cSyncPoints

Number of synchronization points. See IMediaSample::SetSyncPoint.

cTimestamps

Number of time stamps.

Requirements

Requirement Value
Header sbe.h

See also

IStreamBufferDataCounters::GetData

Stream Buffer Engine Structures