Grabber::getAvailableFPS Method

Returns the available frame rates.
Syntax:
tFPSListPtr getAvailableFPS() const;
tFPSListPtr getAvailableFPS( const VideoFormatItem& op ) const;

Parameter Description
VideoFormatItem

Specifies the video format for which to get the frame rates. If no video format is specified, the current video format is used.

Return value:

A pointer to an array that contains the available frame rates.

Remarks:

The frame rates describe the number of frames per second.

Information:

Introduced in version 2.0

See also: Grabber, Grabber::hasFPSList, Grabber::getFPS, Grabber::setFPS, Grabber::tFPSListPtr

<< Grabber