KSSTREAMALLOCATOR_STATUS structure (ks.h)
The KSSTREAMALLOCATOR_STATUS structure describes framing requirements and current number of allocated frames for a specific allocator.
Syntax
typedef struct {
KSALLOCATOR_FRAMING Framing;
ULONG AllocatedFrames;
ULONG Reserved;
} KSSTREAMALLOCATOR_STATUS, *PKSSTREAMALLOCATOR_STATUS;
Members
Framing
A KSALLOCATOR_FRAMING structure that contains the framing specified when the allocator was created.
AllocatedFrames
Contains the current number of allocated frames. This value changes on an extremely frequent basis.
Reserved
Reserved and set to zero.
Remarks
Clients can query allocator status by providing a KSSTREAMALLOCATOR_STATUS structure in a KSPROPERTY_STREAMALLOCATOR_STATUS property request.
Requirements
Requirement | Value |
---|---|
Header | ks.h (include Ks.h) |