We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0420c50 + b28cde4 commit b322c45Copy full SHA for b322c45
src/HLSPlaylistExporter.php
@@ -9,6 +9,8 @@ class HLSPlaylistExporter extends MediaExporter
9
{
10
protected $formats = [];
11
12
+ protected $playlistPath;
13
+
14
protected $segmentLength = 10;
15
16
protected $segmentedExporters;
src/Media.php
@@ -7,7 +7,7 @@
7
use FFMpeg\Media\MediaTypeInterface;
8
/**
- * @method mixed save(FormatInterface $format, $outputPathfile)
+ * @method mixed save(\FFMpeg\Format\FormatInterface $format, $outputPathfile)
*/
class Media
0 commit comments