2013-10-10 15:09:10 +02:00
|
|
|
<?php
|
|
|
|
|
|
2016-03-06 23:38:04 +01:00
|
|
|
namespace Tests\FFMpeg\Unit\Media;
|
2013-10-10 15:09:10 +02:00
|
|
|
|
|
|
|
|
use FFMpeg\Format\AudioInterface;
|
2022-02-09 14:32:43 +01:00
|
|
|
use FFMpeg\Format\ProgressableInterface;
|
2013-10-10 15:09:10 +02:00
|
|
|
|
|
|
|
|
abstract class AudioProg implements ProgressableInterface, AudioInterface
|
|
|
|
|
{
|
|
|
|
|
}
|