JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "PlaylistGenerator.php"
Full Path: /home/u743136113/domains/arvi.seezify.com/public_html/vendor/pbmedia/laravel-ffmpeg/src/Exporters/PlaylistGenerator.php
File size: 213 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace ProtoneMedia\LaravelFFMpeg\Exporters;
use ProtoneMedia\LaravelFFMpeg\Drivers\PHPFFMpeg;
interface PlaylistGenerator
{
public function get(array $playlistMedia, PHPFFMpeg $driver): string;
}