AVCSequenceParameterSetReader
Table of Contents
Properties
-
$currentBits
: mixed
-
$currentBytes
: mixed
-
$height
: int
-
$sps
: string
-
$start
: mixed
-
$width
: int
Methods
-
__construct()
: mixed
-
expGolombSe()
: int
-
expGolombUe()
: int
-
getBit()
: int
-
getBits()
: int
-
getHeight()
: int
-
getWidth()
: int
-
readData()
: mixed
-
skipBits()
: mixed
$currentBits
public
mixed
$currentBits
= 0
$currentBytes
public
mixed
$currentBytes
= 0
$height
public
int
$height
$sps
public
string
$sps
$start
public
mixed
$start
= 0
$width
public
int
$width
__construct()
public
__construct(string $sps) : mixed
Parameters
-
$sps
: string
-
expGolombSe()
public
expGolombSe() : int
expGolombUe()
public
expGolombUe() : int
getBit()
public
getBit() : int
getBits()
public
getBits(int $bits) : int
Parameters
-
$bits
: int
-
getHeight()
public
getHeight() : int
getWidth()
public
getWidth() : int
readData()
public
readData() : mixed
skipBits()
public
skipBits(int $bits) : mixed
Parameters
-
$bits
: int
-