BitRate
class BitRate extends BaseQualifier
Defines the video bitrate in bits per second.
Learn more: Bitrate control
Methods
__construct(int|string $bitRate, null|string $type = null)
BitRate constructor.
bitRate(int|string $bitRate)
Sets the bitrate.
type(string $bitRateType)
The type of bitrate.
constant()
Sets bitrate type to constant
Details
__construct(int|string $bitRate, null|string $type = null)
BitRate constructor.
$this
bitRate(int|string $bitRate)
Sets the bitrate.
$this
type(string $bitRateType)
The type of bitrate.
$this
constant()
Sets bitrate type to constant
Constants
CONSTANT |
|