interface AdvancedVideo implements Video
Constants
| RESIZEMODE_FIT |
|
| RESIZEMODE_INSET |
|
Methods
| string |
getVideoCodec()
Returns the video codec |
from Video |
| integer |
getWidth()
Returns the width |
|
| integer |
getHeight()
Returns the height |
|
| string |
getResizeMode()
Get the current resize mode |
|
| integer |
getFrameRate()
Returns the frame rate |
|
| integer |
getGOPSize()
Returns the GOP size |
Details
in Video at line 25
public string
getVideoCodec()
Returns the video codec
at line 27
public integer
getWidth()
Returns the width
at line 34
public integer
getHeight()
Returns the height
at line 41
public string
getResizeMode()
Get the current resize mode
at line 48
public integer
getFrameRate()
Returns the frame rate
at line 55
public integer
getGOPSize()
Returns the GOP size