Share via


CSALLOCATOR_FRAMING_EX (Windows Embedded CE 6.0)

1/6/2010

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 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 zero.
  • FramingItem
    An array of CS_FRAMING_ITEM structures specifying the actual framing items.

Requirements

Header cs.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Camera Driver Structures
CSALLOCATOR_FRAMING
CS_COMPRESSION
CS_FRAMING_ITEM