STREAM_BUFFER_TYPE enumeration (strmini.h)
This enumeration defines the buffer types for StreamClassGetPhysicalAddress.
Syntax
typedef enum {
PerRequestExtension,
DmaBuffer,
SRBDataBuffer
} STREAM_BUFFER_TYPE;
Constants
PerRequestExtension Indicates the physical address of the SRB extension. |
DmaBuffer Indicates the physical address of the DMA buffer. |
SRBDataBuffer Indicates the physical address of a data buffer. |
Requirements
Requirement | Value |
---|---|
Header | strmini.h |