Revert "Audio Params" (#377)
* Revert "Correct type in VideoFilters->framerate (#372)" This reverts commitcedcd37bd2. * Revert "fix sources parameter type (array) in concat function (#363)" This reverts commitaf00b9d6a3. * Revert "Audio Params (#344)" This reverts commitcb7d850338.
This commit is contained in:
parent
cedcd37bd2
commit
96225b2dff
8 changed files with 88 additions and 199 deletions
|
|
@ -56,14 +56,9 @@ interface VideoInterface extends AudioInterface
|
|||
public function getAvailableVideoCodecs();
|
||||
|
||||
/**
|
||||
* Returns the current profile
|
||||
* @return string
|
||||
* Returns the list of available video codecs for this format.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function getProfile();
|
||||
|
||||
/**
|
||||
* Returns the level
|
||||
* @return float
|
||||
*/
|
||||
public function getLevel();
|
||||
public function getAdditionalParameters();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue