clearBuffer method
void
clearBuffer()
Clear the frame buffer
Implementation
void clearBuffer() {
_frameBuffer.clear();
_currentFrame = null;
}
Clear the frame buffer
void clearBuffer() {
_frameBuffer.clear();
_currentFrame = null;
}