MemBufferCollection::getBufferSize Method

Returns the number of bytes required for the image data of one buffer.
Syntax:
DWORD getBufferSize() const;
Return value:

The size of one frame in bytes.

Remarks:

Please note that all buffers in the collection have the same size.

See also: MemBufferCollection, MemBufferCollection::getFrameSize

<< MemBufferCollection