Public Attributes | |
| const char * | tag |
| int | min_count |
| int | max_count |
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.
|
|
The maximum number of frames of the kind given by the tag, the recipe requires in input. A value of |
|
|
The minimum number of frames of the kind given by the tag, the recipe requires in input. A value of |
|
|
The frame tag. A unique string identifier for a particular kind of frame. |
1.4.6