VideoFormatItem::getColorformatString Method

This method returns the name of the color format used by this video format.
Syntax:
std::string getColorformatString() const;
std::wstring getColorformatStringW() const;

Return value:

A string that describes the color format.

See also: VideoFormatItem, VideoFormatItem::getSizeString

<< VideoFormatItem