interface AudioInterface implements FormatInterface
Methods
integer |
getAudioKiloBitrate()
Gets the audio kiloBitrate value. |
|
array() |
getExtraParams()
Returns an array of extra parameters to add to ffmpeg commandline. |
|
string |
getAudioCodec()
Returns the audio codec. |
|
array |
getAvailableAudioCodecs()
Returns the list of available audio codecs for this format. |
Details
at line 20
public integer
getAudioKiloBitrate()
Gets the audio kiloBitrate value.
at line 27
public array()
getExtraParams()
Returns an array of extra parameters to add to ffmpeg commandline.
at line 34
public string
getAudioCodec()
Returns the audio codec.
at line 41
public array
getAvailableAudioCodecs()
Returns the list of available audio codecs for this format.