interface Video implements Audio
The base video interface
Methods
| string |
getAudioCodec()
Returns the audio codec |
from Audio |
| integer |
getKiloBitrate()
Get the kiloBitrate value |
from Audio |
| string |
getVideoCodec()
Returns the video codec |
Details
in Audio at line 27
public string
getAudioCodec()
Returns the audio codec
in Audio at line 34
public integer
getKiloBitrate()
Get the kiloBitrate value
at line 27
public string
getVideoCodec()
Returns the video codec