This commit is contained in:
grosroro 2012-05-30 12:26:06 +02:00
commit cee2e1892e
7 changed files with 14 additions and 14 deletions

View file

@ -14,10 +14,10 @@ namespace FFMpeg\Format\Audio;
use FFMpeg\Format\Audio as BaseAudio;
/**
* The interactive audio interface. This provide a method to list available
* The interactive audio interface. This provide a method to list available
* codecs. This is usefull to build interactive development and switch between
* different codecs
*
*
* @author Romain Neutron imprec@gmail.com
*/
interface InteractiveAudio extends BaseAudio