Fps
class Fps extends BaseQualifier
Controls the range of acceptable FPS (Frames Per Second) to ensure that video (even when optimized) is delivered with an expected FPS level (helps with sync to audio).
Learn more: Video settings
Methods
__construct(mixed $min = null, mixed $max = null)
FPS constructor.
min(int $min)
Sets the minimum frame rate.
max(int $max)
Sets the maximum frame rate.
fromParams(string|array $qualifiers)
Creates a new instance using provided qualifiers array.
Details
__construct(mixed $min = null, mixed $max = null)
FPS constructor.
$this
min(int $min)
Sets the minimum frame rate.
$this
max(int $max)
Sets the maximum frame rate.
static Fps
fromParams(string|array $qualifiers)
Creates a new instance using provided qualifiers array.
Constants
VALUE_CLASS |
|