add supportBframes function
This commit is contained in:
parent
6b9365c082
commit
e8b8ef7607
1 changed files with 11 additions and 0 deletions
|
|
@ -30,9 +30,20 @@ interface Resamplable extends BaseVideo
|
|||
*/
|
||||
public function getFrameRate();
|
||||
|
||||
/**
|
||||
* Returns true if the current format supports B-Frames
|
||||
*
|
||||
* @see https://wikipedia.org/wiki/Video_compression_picture_types
|
||||
*
|
||||
* @return Boolean
|
||||
*/
|
||||
public function supportBFrames();
|
||||
|
||||
/**
|
||||
* Returns the GOP size
|
||||
*
|
||||
* @see https://wikipedia.org/wiki/Group_of_pictures
|
||||
*
|
||||
* @return integer
|
||||
*/
|
||||
public function getGOPSize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue