Webcam Library Reference Documentation  Logitech logo
_CFrameInterval Struct Reference

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

#include <common/include/webcam.h>

Data Fields

CFrameIntervalTypes type
 Type of the frame interval(s) described (discrete, continuous, step-wise)
 
union {
   struct {
      unsigned int   n
 Numerator of the frame interval.
 
      unsigned int   d
 Denominator of the frame interval.
 
   } 
 
   struct {
      unsigned int   min_n
 Numerator of the minimum frame interval.
 
      unsigned int   min_d
 Denominator of the minimum frame interval.
 
      unsigned int   max_n
 Numerator of the maximum frame interval.
 
      unsigned int   max_d
 Denominator of the maximum frame interval.
 
      unsigned int   step_n
 Numerator of the frame interval step size (usually 1 if type is CF_INTERVAL_CONTINUOUS.
 
      unsigned int   step_d
 Denominator of the frame interval step size (usually 1 if type is CF_INTERVAL_CONTINUOUS.
 
   } 
 
}; 
 

Detailed Description

A description of one or multiple frame intervals.

Each frame interval is described as a fraction of a second.


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

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