canBufferEnd method

bool canBufferEnd()

Implementation

bool canBufferEnd() {
  return isStarted && isBuffering;
}