Webcam Library Reference Documentation  Logitech logo

_CFrameSize Struct Reference

#include <Common/include/webcam.h>


Detailed Description

A description of one or multiple frame sizes.

Data Fields

CFrameSizeTypes type
 Type of the frame size(s) described (discrete, continuous, step-wise).
union {
   struct {
      unsigned int   width
 Width.
      unsigned int   height
 Height.
   } 
 Discrete frame size.
   struct {
      unsigned int   min_width
 Minimum width.
      unsigned int   max_width
 Maximum width.
      unsigned int   step_width
 Step size for the width (usually 1 if type is CF_SIZE_CONTINUOUS).
      unsigned int   min_height
 Minimum height.
      unsigned int   max_height
 Maximum height.
      unsigned int   step_height
 Step size for the height (usually 1 if type is CF_SIZE_CONTINUOUS).
   } 
 Continuous or step-wise frame size.
}; 

The documentation for this struct was generated from the following file:

Generated on Thu Aug 12 20:45:15 2010 for Webcam Library by Doxygen 1.5.6
Copyright © 2006-2008 Logitech.