Поделиться через


CSALLOCATOR_FRAMING_EX (Compact 2013)

3/26/2014

This structure is a replacement for CSALLOCATOR_FRAMING. CSALLOCATOR_FRAMING_EX defines allocator requirements on a pin in a kernel level filter.

Syntax

typedef struct {
  ULONG           CountItems;
  ULONG           PinFlags;
  CS_COMPRESSION  OutputCompression;
  ULONG           PinWeight;
  CS_FRAMING_ITEM FramingItem[1];
} CSALLOCATOR_FRAMING_EX, *PCSALLOCATOR_FRAMING_EX;

Members

  • CountItems
    A ULONG value that specifies the number of framing items present in the FramingItem array.
  • PinFlags
    Reserved, set to 0 (zero).
  • OutputCompression
    A CS_COMPRESSION structure that defines the frame ratio for transforms that change the size of a frame.
  • PinWeight
    This pin framing's weight graph-wide. Reserved, set to 0 (zero).
  • FramingItem
    An array of CS_FRAMING_ITEM structures specifying the actual framing items.

Requirements

Header

cs.h

See Also

Reference

Camera Driver Structures
CSALLOCATOR_FRAMING
CS_COMPRESSION
CS_FRAMING_ITEM