AVCSequenceParameterSetReader::expGolombSe

Advertisement

Syntax Syntax

AVCSequenceParameterSetReader::expGolombSe()

Return Return

(int)

Source Source

File: wp-includes/ID3/module.audio-video.flv.php

	/**
	 * @return int
	 */
	public function expGolombSe() {
		$result = $this->expGolombUe();
		if (($result & 0x01) == 0) {
			return -($result >> 1);
		} else {

Advertisement

Advertisement

Leave a Reply