clearBuffer method

void clearBuffer()

Clear the frame buffer

Implementation

void clearBuffer() {
  _frameBuffer.clear();
  _currentFrame = null;
}