Bånder

TileFactory
in package

Table of Contents

Properties

$columns  : int
$height  : int
$interval  : float
$margin  : int
$padding  : int
$quality  : int|null
$rows  : int
$vttOutputPath  : string|null
$vttSequenceFilename  : Closure|null
$width  : int

Methods

generateVTT()  : self
Setter for the output path of the VTT file and the resolver for the tile sequence.
get()  : TileFilter
Returns a new instance of the TileFilter.
grid()  : self
height()  : self
interval()  : self
make()  : TileFactory
margin()  : self
padding()  : self
quality()  : self
scale()  : self
width()  : self

Properties

$vttOutputPath

public string|null $vttOutputPath = null

$vttSequenceFilename

public Closure|null $vttSequenceFilename = null

Methods

generateVTT()

Setter for the output path of the VTT file and the resolver for the tile sequence.

public generateVTT(string $outputPath[, null|Closure|string $sequenceFilename = null ]) : self
Parameters
$outputPath : string
$sequenceFilename : null|Closure|string = null
Return values
self

grid()

public grid(int $columns, int $rows) : self
Parameters
$columns : int
$rows : int
Return values
self

height()

public height(int $height) : self
Parameters
$height : int
Return values
self

interval()

public interval(float $interval) : self
Parameters
$interval : float
Return values
self

margin()

public margin(int $margin) : self
Parameters
$margin : int
Return values
self

padding()

public padding(int $padding) : self
Parameters
$padding : int
Return values
self

quality()

public quality([int|null $quality = null ]) : self
Parameters
$quality : int|null = null
Return values
self

scale()

public scale([int|null $width = null ][, int|null $height = null ]) : self
Parameters
$width : int|null = null
$height : int|null = null
Return values
self

width()

public width(int $width) : self
Parameters
$width : int
Return values
self

        
On this page

Search results