Initila Import
This commit is contained in:
commit
11345d6367
17 changed files with 773 additions and 0 deletions
10
src/FFMpeg/AdapterInterface.php
Normal file
10
src/FFMpeg/AdapterInterface.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace FFMpeg;
|
||||
|
||||
interface AdapterInterface
|
||||
{
|
||||
|
||||
public static function load(\Monolog\Logger $logger);
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue