Add VideoInterface getPasses method
This commit is contained in:
parent
aec70d9a76
commit
cf97e06650
4 changed files with 23 additions and 2 deletions
|
|
@ -18,5 +18,10 @@ namespace FFMpeg\Format;
|
|||
*/
|
||||
interface Video extends Audio
|
||||
{
|
||||
|
||||
/**
|
||||
* Returns the number of passes
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getPasses();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue