Parsed: 112251

  public function getBit() {
    $result = (getid3_lib::BigEndian2Int(substr($this->sps, $this->currentBytes, 1)) >> (7 - $this->currentBits)) & 0x01;
    $this->AVCSequenceParameterSetReader::skipBits(1);
    return $result;
  }