ffmpeg-mappable-media/tests/Unit/Media/AudioProg.php

11 lines
197 B
PHP
Raw Normal View History

<?php
namespace Tests\FFMpeg\Unit\Media;
use FFMpeg\Format\ProgressableInterface;
use FFMpeg\Format\AudioInterface;
abstract class AudioProg implements ProgressableInterface, AudioInterface
{
}