VideoFormatDesc::isValidSize Method

This method checks whether a specified size matches the size constraints of this VideoFormatDesc.
Syntax:
bool    isValidSize( const SIZE& sz ) const;
Parameter Description
sz

Size to be checked for validity.

Return value:

true, if a valid VideoFormatItem can be created with the specified size, otherwise false.

See also: VideoFormatDesc, VideoFormatDesc::createVideoFormat

<< VideoFormatDesc