calcRequiredBuffersize Method

Calculates the number of bytes needed to store one frame of image data with the specified FrameTypeInfo.
Syntax:
size_t calcRequiredBuffersize( const FrameTypeInfo& type );
Name Description
type

Description of the frame type in a FrameTypeInfo

Return Value:

Number of bytes required to store one frame.

Information:

Header File: tisudshl.h
Namespace: DShowLib
Introduced in version 3.0

See also: FrameTypeInfo, calcBufferSize

<< Functions