STREAMBUFFER_ATTRIBUTE Structure
Microsoft DirectShow 9.0 |
STREAMBUFFER_ATTRIBUTE Structure
This topic applies only to Windows XP Service Pack 1 or later.
The STREAMBUFFER_ATTRIBUTE structure describes an attribute on a stream buffer file.
Syntax
typedef struct { LPWSTR pszName; STREAMBUFFER_ATTR_DATATYPE StreamBufferAttributeType; BYTE *pbAttribute; WORD cbLength; } STREAMBUFFER_ATTRIBUTE ;
Members
pszName
Pointer to a null-terminated wide-character string that contains the name of the attribute.
StreamBufferAttributeType
Member of the STREAMBUFFER_ATTR_DATATYPE enumeration. The value indicates the data type that you should use to interpret the attribute data, which is contained in the pbAttribute member.
pbAttribute
Pointer to a buffer that contains the attribute data.
cbLength
The size of the buffer given in pbAttribute, in bytes.
Requirements
Header: Include Sbe.h.
See Also