JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "AudioMedia.php"
Full Path: /home/u743136113/domains/arvi.seezify.com/public_html/vendor/pbmedia/laravel-ffmpeg/src/FFMpeg/AudioMedia.php
File size: 490 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace ProtoneMedia\LaravelFFMpeg\FFMpeg;
use FFMpeg\Media\Audio;
class AudioMedia extends Audio
{
use RebuildsCommands;
/**
* Create a new instance of this class with the instance of the underlying library.
*
* @param \FFMpeg\Media\Audio $audio
* @return self
*/
public static function make(Audio $audio): self
{
return new static($audio->getPathfile(), $audio->getFFMpegDriver(), FFProbe::make($audio->getFFProbe()));
}
}