Grabber::isFrameRateListAvailable Method [Deprecated] |
||||||||||||||
Checks whether the currently selected video capture device supports different frame rates that can be set by the user. | ||||||||||||||
Syntax: | bool isFrameRateListAvailable() const; bool isFrameRateListAvailable( const VideoFormatItem& op ) const; |
|||||||||||||
|
||||||||||||||
Return value: | true if the device supports different frame rates for the given video format, false otherwise. |
|||||||||||||
Remarks: | If the device supports multiple frame rates, list can be retrieve by getAvailableFPS. |
|||||||||||||
Information: | Introduced in version 2.0 | |||||||||||||
See also: | Grabber, Grabber::getAvailableFPS, Grabber::getFPS, Grabber::setFPS |