BitmovinApiSdk\Models\UnsharpFilter
Synopsis
class UnsharpFilter
extends Filter
{
- // members
- public int $lumaMatrixHorizontalSize;
- public int $lumaMatrixVerticalSize;
- public float $lumaEffectStrength;
- public int $chromaMatrixHorizontalSize;
- public int $chromaMatrixVerticalSize;
- public float $chromaEffectStrength;
- // Inherited members from Filter
- public static string $discriminatorName;
- public static array $discriminatorMapping;
- // Inherited members from BitmovinResource
- public string $name;
- public string $description;
- public Carbon $createdAt;
- public Carbon $modifiedAt;
- public mixed $customData;
- // Inherited members from BitmovinResponse
- public string $id;
- // methods
- public void __construct()
- public $this lumaMatrixHorizontalSize()
- public $this lumaMatrixVerticalSize()
- public $this lumaEffectStrength()
- public $this chromaMatrixHorizontalSize()
- public $this chromaMatrixVerticalSize()
- public $this chromaEffectStrength()
- // Inherited methods from Filter
- public void __construct()
- // Inherited methods from BitmovinResource
- public void __construct()
- public $this name()
- public $this description()
- public $this customData()
- // Inherited methods from BitmovinResponse
- public void __construct()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Extends
Members
public
- $chromaEffectStrength — float
- $chromaMatrixHorizontalSize — int
- $chromaMatrixVerticalSize — int
- $createdAt — Carbon\Carbon
- $customData — mixed
- $description — string
- $discriminatorMapping
- $discriminatorName
- $id — string
- $lumaEffectStrength — float
- $lumaMatrixHorizontalSize — int
- $lumaMatrixVerticalSize — int
- $modifiedAt — Carbon\Carbon
- $name — string
Methods
public
- __construct()
- chromaEffectStrength() — Negative value: blur, positive value: sharpen, floating point number, valid value range: -1.5 - 1.5
- chromaMatrixHorizontalSize() — Must be an odd integer between 3 and 23
- chromaMatrixVerticalSize() — Must be an odd integer between 3 and 23
- lumaEffectStrength() — Negative value: blur, positive value: sharpen, floating point number, valid value range: -1.5 - 1.5
- lumaMatrixHorizontalSize() — Must be an odd integer between 3 and 23
- lumaMatrixVerticalSize() — Must be an odd integer between 3 and 23
Inherited from BitmovinApiSdk\Models\BitmovinResource
public
- customData() — User-specific meta data. This can hold anything.
- description() — Description of the resource. Can be freely chosen by the user.
- name() — Name of the resource. Can be freely chosen by the user.