Update
This commit is contained in:
@@ -23885,6 +23885,43 @@ public static function setSiteName($name)
|
||||
}
|
||||
}
|
||||
|
||||
namespace ProtoneMedia\LaravelFFMpeg\Support {
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @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 {
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @static
|
||||
*/
|
||||
public static function new()
|
||||
{
|
||||
/** @var \ProtoneMedia\LaravelFFMpeg\Support\MediaOpenerFactory $instance */
|
||||
return $instance->new();
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @static
|
||||
*/
|
||||
public static function dynamicHLSPlaylist()
|
||||
{
|
||||
/** @var \ProtoneMedia\LaravelFFMpeg\Support\MediaOpenerFactory $instance */
|
||||
return $instance->dynamicHLSPlaylist();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
namespace Spatie\ResponseCache\Facades {
|
||||
/**
|
||||
*
|
||||
@@ -29434,6 +29471,7 @@ class SEOMeta extends \Artesaos\SEOTools\Facades\SEOMeta {}
|
||||
class Twitter extends \Artesaos\SEOTools\Facades\TwitterCard {}
|
||||
class OpenGraph extends \Artesaos\SEOTools\Facades\OpenGraph {}
|
||||
class Horizon extends \Laravel\Horizon\Horizon {}
|
||||
class FFMpeg extends \ProtoneMedia\LaravelFFMpeg\Support\FFMpeg {}
|
||||
class ResponseCache extends \Spatie\ResponseCache\Facades\ResponseCache {}
|
||||
class Hashids extends \Vinkla\Hashids\Facades\Hashids {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user