Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic describes the KSRTAUDIO_BUFFER_PROPERTY structure (ksmedia.h).
Syntax
typedef struct {
KSPROPERTY Property;
PVOID BaseAddress;
ULONG RequestedBufferSize;
} KSRTAUDIO_BUFFER_PROPERTY, *PKSRTAUDIO_BUFFER_PROPERTY;
Members
Property
Defines the KSPROPERTY member Property.
BaseAddress
Defines the PVOID member BaseAddress.
RequestedBufferSize
Defines the ULONG member RequestedBufferSize.
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h (include Ksmedia.h) |