SynchronousProviderOptions
in package
Tags
Table of Contents
Properties
- $includeWatermarks : bool
- $preferStreaming : bool
- $reportIntermediateOutput : Closure
Methods
- __construct() : void
- getIncludeWatermarks() : bool
- Get the includeWatermarks option value
- getPreferStreaming() : bool
- Get the preferStreaming option value
- getReportIntermediateOutput() : callable
- Get the reportOutput option value
Properties
$includeWatermarks read-only
private
bool
$includeWatermarks
= false
$preferStreaming read-only
private
bool
$preferStreaming
= false
$reportIntermediateOutput
private
Closure
$reportIntermediateOutput
Methods
__construct()
public
__construct([bool $includeWatermarks = false ][, bool $preferStreaming = false ][, null|callable $reportIntermediateOutput = null ]) : void
Parameters
- $includeWatermarks : bool = false
-
Whether to include the watermark in the media output files or not
- $preferStreaming : bool = false
-
Whether to prefer streaming the output or not
- $reportIntermediateOutput : null|callable = null
-
Callback for the provider to report the intermediate output (streaming)
Tags
getIncludeWatermarks()
Get the includeWatermarks option value
public
getIncludeWatermarks() : bool
Tags
Return values
bool —Whether to include the watermark in the media output files or not
getPreferStreaming()
Get the preferStreaming option value
public
getPreferStreaming() : bool
Tags
Return values
bool —Whether to prefer streaming the output or not
getReportIntermediateOutput()
Get the reportOutput option value
public
getReportIntermediateOutput() : callable
Tags
Return values
callable —Callback for the provider to report the intermediate output (streaming)