MemBufferCollection::getBufferDataSize Method |
||
Returns the size of valid data in the buffer in bytes. | ||
Syntax: | DWORD getBufferDataSize() const; |
|
Return value: | The size of valid data in the buffer in bytes. |
|
Remarks: | User allocated buffers may be larger than the actual data which is defined through: (getFrameSize().cx * getFrameSize().cy * getBitsPerPixel()) / 8. |
|
Information: | Introduced in version 2.0 | |
See also: | MemBufferCollection |