abstract class DefaultVideo extends DefaultAudio implements InteractiveVideo, AdvancedVideo
The abstract default Video format
Methods
| string |
getExtraParams()
Returns extra parameters for the encoding |
from DefaultAudio |
|
getAudioCodec()
{@inheritdoc} |
from DefaultAudio | |
|
setAudioCodec(string $audioCodec)
Set the audio codec, Should be in the available ones, otherwise an exception is thrown |
from DefaultAudio | |
| integer |
getAudioSampleRate()
Get the audio sample rate |
from DefaultAudio |
|
setAudioSampleRate(integer $audioSampleRate)
Set the audio sample rate |
from DefaultAudio | |
|
getKiloBitrate()
{@inheritdoc} |
from DefaultAudio | |
|
setKiloBitrate(int $kiloBitrate)
Set the kiloBitrate value |
from DefaultAudio | |
| integer |
getWidth()
Returns the width |
|
| integer |
getHeight()
Returns the height |
|
|
setDimensions(integer $width, integer $height)
Set the dimensions |
||
|
setResizeMode(string $mode)
Set the resize mode |
||
| string |
getResizeMode()
Get the current resize mode |
|
| integer |
getFrameRate()
Returns the frame rate |
|
|
setFrameRate(integer $frameRate)
Set the framerate |
||
|
getVideoCodec()
{@inheritdoc} |
||
|
setVideoCodec(string $videoCodec)
Set the video codec, Should be in the available ones, otherwise an exception is thrown |
||
|
getGOPsize()
{@inheritdoc} |
||
|
setGOPsize(integer $GOPsize)
Set the GOP size |
Details
in DefaultAudio at line 32
public string
getExtraParams()
Returns extra parameters for the encoding
in DefaultAudio at line 40
public
getAudioCodec()
{@inheritdoc}
in DefaultAudio at line 52
public
setAudioCodec(string $audioCodec)
Set the audio codec, Should be in the available ones, otherwise an exception is thrown
in DefaultAudio at line 69
public integer
getAudioSampleRate()
Get the audio sample rate
in DefaultAudio at line 80
public
setAudioSampleRate(integer $audioSampleRate)
Set the audio sample rate
in DefaultAudio at line 94
public
getKiloBitrate()
{@inheritdoc}
in DefaultAudio at line 105
public
setKiloBitrate(int $kiloBitrate)
Set the kiloBitrate value
at line 35
public integer
getWidth()
Returns the width
at line 43
public integer
getHeight()
Returns the height
at line 55
public
setDimensions(integer $width, integer $height)
Set the dimensions
at line 77
public
setResizeMode(string $mode)
Set the resize mode
at line 95
public string
getResizeMode()
Get the current resize mode
at line 103
public integer
getFrameRate()
Returns the frame rate
at line 115
public
setFrameRate(integer $frameRate)
Set the framerate
at line 129
public
getVideoCodec()
{@inheritdoc}
at line 141
public
setVideoCodec(string $videoCodec)
Set the video codec, Should be in the available ones, otherwise an exception is thrown
at line 158
public
getGOPsize()
{@inheritdoc}
at line 170
public
setGOPsize(integer $GOPsize)
Set the GOP size