Rename interfaces
This commit is contained in:
parent
e7918c03f7
commit
78bb1bd86e
13 changed files with 162 additions and 67 deletions
|
|
@ -18,7 +18,7 @@ use FFMpeg\Exception\InvalidArgumentException;
|
|||
*
|
||||
* @author Romain Neutron imprec@gmail.com
|
||||
*/
|
||||
abstract class DefaultAudio implements ResamplableAudio, InteractiveAudio
|
||||
abstract class DefaultAudio implements Resamplable, Interactive
|
||||
{
|
||||
protected $audioCodec;
|
||||
protected $audioSampleRate = 44100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue