JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "FFMpeg.php"
Full Path: /home/u743136113/domains/arvi.seezify.com/public_html/vendor/pbmedia/laravel-ffmpeg/src/Support/FFMpeg.php
File size: 826 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace ProtoneMedia\LaravelFFMpeg\Support;
use Illuminate\Support\Facades\Facade;
/**
* @method static \ProtoneMedia\LaravelFFMpeg\Http\DynamicHLSPlaylist dynamicHLSPlaylist($disk)
* @method static \ProtoneMedia\LaravelFFMpeg\MediaOpener fromDisk($disk)
* @method static \ProtoneMedia\LaravelFFMpeg\MediaOpener fromFilesystem(\Illuminate\Contracts\Filesystem\Filesystem $filesystem)
* @method static \ProtoneMedia\LaravelFFMpeg\MediaOpener open($path)
* @method static \ProtoneMedia\LaravelFFMpeg\MediaOpener openUrl($path, array $headers = [])
* @method static \ProtoneMedia\LaravelFFMpeg\MediaOpener cleanupTemporaryFiles()
*
* @see \ProtoneMedia\LaravelFFMpeg\MediaOpener
*/
class FFMpeg extends Facade
{
protected static function getFacadeAccessor()
{
return 'laravel-ffmpeg';
}
}