_cpl_framedata_ Struct Reference
[Auxiliary Frame Data]

The public frame data object. More...

List of all members.

Public Attributes

const char * tag
int min_count
int max_count


Detailed Description

The public frame data object.

The frame data object stores a frame identifier, the frame tag, and the minimum and maximum number of frames needed.

The data members of this structure are public to allow for a static initialization. Any other access of the public data members should still be done using the member functions.


Member Data Documentation

const char* _cpl_framedata_::tag

The frame tag. A unique string identifier for a particular kind of frame.

int _cpl_framedata_::min_count

The minimum number of frames of the kind given by the tag, the recipe requires in input. A value of -1 means that the minimum number of frames is unspecified.

int _cpl_framedata_::max_count

The maximum number of frames of the kind given by the tag, the recipe requires in input. A value of -1 means that the maximum number of frames is unspecified.


Generated on Thu Nov 8 15:27:58 2007 for Common Pipeline Library Reference Manual by  doxygen 1.5.1