Add Audio and Video interfaces
This commit is contained in:
parent
aa681f66b1
commit
94775176c9
14 changed files with 294 additions and 222 deletions
14
src/FFMpeg/Format/AudioFormat.php
Normal file
14
src/FFMpeg/Format/AudioFormat.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
namespace FFMpeg\Format;
|
||||
|
||||
interface AudioFormat
|
||||
{
|
||||
|
||||
public function getAudioCodec();
|
||||
|
||||
public function getAudioSampleRate();
|
||||
|
||||
public function getKiloBitrate();
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue