#include <avcap/Interval.h>
Public Member Functions | |
| Interval (int min_, int max_, int step_) | |
| The Constructor. | |
Data Fields | |
| int | min |
| The minimal value. | |
| int | max |
| The maximal value. | |
| int | step |
| The increment. | |
| avcap::Interval::Interval | ( | int | min_, | |
| int | max_, | |||
| int | step_ | |||
| ) | [inline] |
The Constructor.
The minimal value.
The maximal value.
The increment.
1.5.1