canBufferBegin method

bool canBufferBegin()

Implementation

bool canBufferBegin() {
  return isStarted && !isBuffering;
}