interface ResamplableVideo implements Video
The resamplable video interface
This interface provides frame rate and GOP size settings for video encoding
Methods
| string |
getVideoCodec()
Returns the video codec |
from Video |
| integer |
getFrameRate()
Returns the frame rate |
|
| integer |
getGOPSize()
Returns the GOP size |
Details
in Video at line 27
public string
getVideoCodec()
Returns the video codec
at line 31
public integer
getFrameRate()
Returns the frame rate
at line 38
public integer
getGOPSize()
Returns the GOP size