2012-05-31 12:19:06 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" / >
< meta name = "robots" content = "index, follow, all" / >
2013-07-03 20:30:02 +02:00
< title > FFMpeg\Format\AudioInterface | PHP-FFMpeg API< / title >
< link rel = "stylesheet" type = "text/css" href = "../../stylesheet.css" >
2012-05-31 12:19:06 +02:00
< / head >
< body id = "class" >
< div class = "header" >
< ul >
2013-07-03 20:30:02 +02:00
< li > < a href = "../../classes.html" > Classes< / a > < / li >
< li > < a href = "../../namespaces.html" > Namespaces< / a > < / li >
< li > < a href = "../../interfaces.html" > Interfaces< / a > < / li >
2014-08-12 21:01:07 +02:00
< li > < a href = "../../traits.html" > Traits< / a > < / li >
2013-07-03 20:30:02 +02:00
< li > < a href = "../../doc-index.html" > Index< / a > < / li >
2012-05-31 12:19:06 +02:00
< / ul >
2012-05-31 12:29:33 +02:00
< div id = "title" > PHP-FFMpeg API< / div >
2012-05-31 12:19:06 +02:00
< div class = "type" > Interface< / div >
2013-07-03 20:30:02 +02:00
< h1 > < a href = "../../FFMpeg/Format.html" > FFMpeg\Format< / a > \AudioInterface< / h1 >
2012-05-31 12:19:06 +02:00
< / div >
< div class = "content" >
2014-08-12 21:01:07 +02:00
< p > interface
< strong > AudioInterface< / strong > implements
2013-07-03 20:30:02 +02:00
< a href = "../../FFMpeg/Format/FormatInterface.html" > < abbr title = "FFMpeg\Format\FormatInterface" > FormatInterface< / abbr > < / a > < / p >
2012-05-31 12:19:06 +02:00
< h2 > Methods< / h2 >
< table >
< tr >
2014-08-12 21:01:07 +02:00
< td class = "type" >
string
< / td >
< td class = "last" >
< a href = "#method_getPasses" > getPasses< / a > ()
< p > Returns the number of passes.< / p >
< / td >
< td > < small > from < a href = "../../FFMpeg/Format/FormatInterface.html#method_getPasses" > < abbr title = "FFMpeg\Format\FormatInterface" > FormatInterface< / abbr > < / a > < / small > < / td >
< / tr >
< tr >
< td class = "type" >
< abbr title = "FFMpeg\Format\array()" > array()< / abbr >
< / td >
< td class = "last" >
< a href = "#method_getExtraParams" > getExtraParams< / a > ()
< p > Returns an array of extra parameters to add to ffmpeg commandline.< / p >
< / td >
< td > < small > from < a href = "../../FFMpeg/Format/FormatInterface.html#method_getExtraParams" > < abbr title = "FFMpeg\Format\FormatInterface" > FormatInterface< / abbr > < / a > < / small > < / td >
< / tr >
< tr >
2012-05-31 12:19:06 +02:00
< td class = "type" >
integer
< / td >
< td class = "last" >
2013-07-03 20:30:02 +02:00
< a href = "#method_getAudioKiloBitrate" > getAudioKiloBitrate< / a > ()
< p > Gets the audio kiloBitrate value.< / p >
2012-05-31 12:19:06 +02:00
< / td >
2013-07-03 20:30:02 +02:00
< td > < / td >
2012-05-31 12:19:06 +02:00
< / tr >
< tr >
< td class = "type" >
2014-08-12 21:01:07 +02:00
integer
2012-05-31 12:19:06 +02:00
< / td >
< td class = "last" >
2014-08-12 21:01:07 +02:00
< a href = "#method_getAudioChannels" > getAudioChannels< / a > ()
< p > Gets the audio channels value.< / p >
2012-05-31 12:19:06 +02:00
< / td >
2013-07-03 20:30:02 +02:00
< td > < / td >
2012-05-31 12:19:06 +02:00
< / tr >
< tr >
< td class = "type" >
string
< / td >
< td class = "last" >
< a href = "#method_getAudioCodec" > getAudioCodec< / a > ()
2013-07-03 20:30:02 +02:00
< p > Returns the audio codec.< / p >
< / td >
< td > < / td >
< / tr >
< tr >
< td class = "type" >
array
< / td >
< td class = "last" >
< a href = "#method_getAvailableAudioCodecs" > getAvailableAudioCodecs< / a > ()
< p > Returns the list of available audio codecs for this format.< / p >
2012-05-31 12:19:06 +02:00
< / td >
< td > < / td >
< / tr >
< / table >
< h2 > Details< / h2 >
2014-08-12 21:01:07 +02:00
< h3 id = "method_getPasses" >
< div class = "location" > in < a href = "../../FFMpeg/Format/FormatInterface.html#method_getPasses" > < abbr title = "FFMpeg\Format\FormatInterface" > FormatInterface< / abbr > < / a > at line 20< / div >
< code > public string
< strong > getPasses< / strong > ()< / code >
< / h3 >
< div class = "details" >
< p > Returns the number of passes.< / p >
< p >
< / p >
< div class = "tags" >
< h4 > Return Value< / h4 >
< table >
< tr >
< td > string< / td >
< td >
< / td >
< / tr >
< / table >
< / div >
< / div >
< h3 id = "method_getExtraParams" >
< div class = "location" > in < a href = "../../FFMpeg/Format/FormatInterface.html#method_getExtraParams" > < abbr title = "FFMpeg\Format\FormatInterface" > FormatInterface< / abbr > < / a > at line 27< / div >
< code > public < abbr title = "FFMpeg\Format\array()" > array()< / abbr >
< strong > getExtraParams< / strong > ()< / code >
< / h3 >
< div class = "details" >
< p > Returns an array of extra parameters to add to ffmpeg commandline.< / p >
< p >
< / p >
< div class = "tags" >
< h4 > Return Value< / h4 >
< table >
< tr >
< td > < abbr title = "FFMpeg\Format\array()" > array()< / abbr > < / td >
< td >
< / td >
< / tr >
< / table >
< / div >
< / div >
< h3 id = "method_getAudioKiloBitrate" >
2013-07-03 20:30:02 +02:00
< div class = "location" > at line 20< / div >
2012-05-31 12:19:06 +02:00
< code > public integer
2013-07-03 20:30:02 +02:00
< strong > getAudioKiloBitrate< / strong > ()< / code >
2012-05-31 12:19:06 +02:00
< / h3 >
< div class = "details" >
2013-07-03 20:30:02 +02:00
< p > Gets the audio kiloBitrate value.< / p >
2014-08-12 21:01:07 +02:00
< p >
< / p >
2012-05-31 12:19:06 +02:00
< div class = "tags" >
< h4 > Return Value< / h4 >
< table >
< tr >
< td > integer< / td >
2014-08-12 21:01:07 +02:00
< td >
< / td >
2012-05-31 12:19:06 +02:00
< / tr >
< / table >
< / div >
< / div >
2014-08-12 21:01:07 +02:00
< h3 id = "method_getAudioChannels" >
2013-07-03 20:30:02 +02:00
< div class = "location" > at line 27< / div >
2014-08-12 21:01:07 +02:00
< code > public integer
< strong > getAudioChannels< / strong > ()< / code >
2012-05-31 12:19:06 +02:00
< / h3 >
< div class = "details" >
2014-08-12 21:01:07 +02:00
< p > Gets the audio channels value.< / p >
< p >
< / p >
2012-05-31 12:19:06 +02:00
< div class = "tags" >
< h4 > Return Value< / h4 >
< table >
< tr >
2014-08-12 21:01:07 +02:00
< td > integer< / td >
< td >
< / td >
2012-05-31 12:19:06 +02:00
< / tr >
< / table >
< / div >
< / div >
< h3 id = "method_getAudioCodec" >
2013-07-03 20:30:02 +02:00
< div class = "location" > at line 34< / div >
2012-05-31 12:19:06 +02:00
< code > public string
< strong > getAudioCodec< / strong > ()< / code >
< / h3 >
< div class = "details" >
2013-07-03 20:30:02 +02:00
< p > Returns the audio codec.< / p >
2014-08-12 21:01:07 +02:00
< p >
< / p >
2012-05-31 12:19:06 +02:00
< div class = "tags" >
< h4 > Return Value< / h4 >
< table >
< tr >
< td > string< / td >
2014-08-12 21:01:07 +02:00
< td >
< / td >
2012-05-31 12:19:06 +02:00
< / tr >
< / table >
2013-07-03 20:30:02 +02:00
< / div >
< / div >
< h3 id = "method_getAvailableAudioCodecs" >
< div class = "location" > at line 41< / div >
< code > public array
< strong > getAvailableAudioCodecs< / strong > ()< / code >
< / h3 >
< div class = "details" >
< p > Returns the list of available audio codecs for this format.< / p >
2014-08-12 21:01:07 +02:00
< p >
< / p >
2013-07-03 20:30:02 +02:00
< div class = "tags" >
< h4 > Return Value< / h4 >
< table >
< tr >
< td > array< / td >
2014-08-12 21:01:07 +02:00
< td >
< / td >
2013-07-03 20:30:02 +02:00
< / tr >
< / table >
2012-05-31 12:19:06 +02:00
< / div >
< / div >
< / div >
< div id = "footer" >
Generated by < a href = "http://sami.sensiolabs.org/" target = "_top" > Sami, the API Documentation Generator< / a > .
< / div >
< / body >
< / html >