Add VideoInterface getPasses method

This commit is contained in:
Romain Neutron 2012-10-31 00:30:24 +01:00
commit cf97e06650
4 changed files with 23 additions and 2 deletions

View file

@ -18,5 +18,10 @@ namespace FFMpeg\Format;
*/
interface Video extends Audio
{
/**
* Returns the number of passes
*
* @return string
*/
public function getPasses();
}