PIPE_DIMENSIONS structure (ksproxy.h)

The PIPE_DIMENSIONS structure is for proxy use and not recommended for application use. PIPE_DIMENSIONS contains information that describes the compression/expansion ratio of frames on various pins related to a pipe.

Syntax

typedef struct _PIPE_DIMENSIONS {
  KS_COMPRESSION AllocatorPin;
  KS_COMPRESSION MaxExpansionPin;
  KS_COMPRESSION EndPin;
} PIPE_DIMENSIONS, *PPIPE_DIMENSIONS;

Members

AllocatorPin

MaxExpansionPin

EndPin

Requirements

Requirement Value
Header ksproxy.h (include Ksproxy.h)