Webcam Library Reference Documentation  Logitech logo
_CFrameSize Struct Reference

A description of one or multiple frame sizes. More...

#include <common/include/webcam.h>

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.
 
   } 
 
   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)
 
   } 
 
}; 
 

Detailed Description

A description of one or multiple frame sizes.


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

Generated on Sun Apr 28 2013 23:41:33 for Webcam Library by Doxygen 1.8.3.1
Copyright © 2006-2008 Logitech.