VideoFormatItem::getBinningFactor Method [Deprecated]

Returns the binning factor of the video format.
Syntax:
int    getBinningFactor() const;
Return value:

The binning factor of the video format.

Information:

This method is deprecated since version 3.4.
Use VideoFormatItem::getBinningFactorHorizontal and VideoFormatItem::getBinningFactorVertical instead.

See also: VideoFormatItem, VideoFormatItem::getBinningFactorHorizontal, VideoFormatItem::getBinningFactorVertical, VideoFormatItem::getSkippingFactorHorizontal, VideoFormatItem::getSkippingFactorVertical

<< VideoFormatItem