Nextcloud PHP API (master)

SynchronousProviderOptions
in package

Tags
since
35.0.0

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

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
since
35.0.0

getIncludeWatermarks()

Get the includeWatermarks option value

public getIncludeWatermarks() : bool
Tags
since
35.0.0
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
since
35.0.0
Return values
bool

Whether to prefer streaming the output or not

getReportIntermediateOutput()

Get the reportOutput option value

public getReportIntermediateOutput() : callable
Tags
since
35.0.0
Return values
callable

Callback for the provider to report the intermediate output (streaming)

On this page

Search results