BitmovinApiSdk\Models\Bif
Synopsis
class Bif
extends BitmovinResource
{
- // members
- public int $height;
- public int $width;
- public float $distance;
- public string $filename;
- public array $outputs;
- public ThumbnailAspectMode $aspectMode;
- // 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 height()
- public $this width()
- public $this distance()
- public $this filename()
- public $this outputs()
- public $this aspectMode()
- // 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
Members
public
- $aspectMode — BitmovinApiSdk\Models\ThumbnailAspectMode
- $createdAt — Carbon\Carbon
- $customData — mixed
- $description — string
- $distance — float
- $filename — string
- $height — int
- $id — string
- $modifiedAt — Carbon\Carbon
- $name — string
- $outputs — \BitmovinApiSdk\Models\EncodingOutput[]
- $width — int
Methods
public
- __construct()
- aspectMode() — Specifies the aspect mode that is used when both height and width are specified Only supported starting with encoder version `2.85.0`.
- distance() — Distance in seconds between a screenshot (required)
- filename() — Filename of the Bif image. (required)
- height() — Height of one thumbnail
- outputs() — outputs
- width() — Width of one thumbnail. Roku recommends a width of 240 for SD and 320 for HD.
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.