KSPROPERTY_ALLOCATOR_CONTROL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef enum {
  KSPROPERTY_ALLOCATOR_CONTROL_HONOR_COUNT,
  KSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE,
  KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS,
  KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE
} KSPROPERTY_ALLOCATOR_CONTROL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ksmedia-ksproperty_allocator_control)

Description

This topic describes the KSPROPERTY_ALLOCATOR_CONTROL enumeration (ksmedia.h).

Constants

KSPROPERTY_ALLOCATOR_CONTROL_HONOR_COUNT

Defines the KSPROPERTY_ALLOCATOR_CONTROL_HONOR_COUNT constant.

KSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE

Defines the KSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE constant.

KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS

Defines the KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS constant.

KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE

Defines the KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE constant.

Remarks

See also