SBE_PIN_DATA Structure
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 {
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
Header | Declared in Sbe.h. |
See Also
IStreamBufferDataCounters::GetData
Stream Buffer Engine Structures
Send comments about this topic to Microsoft
Build date: 12/4/2008