StreamParser
in package
Table of Contents
Properties
- $stream : Stream
Methods
- __construct() : mixed
- getFrameRate() : string|null
- new() : StreamParser
Properties
$stream
private
Stream
$stream
Methods
__construct()
public
__construct(Stream $stream) : mixed
Parameters
- $stream : Stream
getFrameRate()
public
getFrameRate() : string|null
Return values
string|nullnew()
public
static new(Stream $stream) : StreamParser
Parameters
- $stream : Stream