interface Resamplable implements Video
The resamplable video interface
This interface provides frame rate and GOP size settings for video encoding
Methods
| integer |
getFrameRate()
Returns the frame rate |
|
| Boolean |
supportBFrames()
Returns true if the current format supports B-Frames |
|
| integer |
getGOPSize()
Returns the GOP size |
Details
at line 31
public integer
getFrameRate()
Returns the frame rate
at line 40
public Boolean
supportBFrames()
Returns true if the current format supports B-Frames
at line 49
public integer
getGOPSize()
Returns the GOP size