
MemBufferCollection::isInit Method |
||
| Checks whether the collection is initialized. | ||
| Syntax: | bool isInit() const; |
|
| Return value: | true if the MemBufferCollection is initialized, false otherwise. |
|
| Remarks: | The collection is not initialized, if it was created with Grabber::newMemBufferCollection(0). |
|
| See also: | MemBufferCollection | |