BitmovinApiSdk\Models\ScheduledInsertableContent
Synopsis
class ScheduledInsertableContent
extends BitmovinResource
{
- // members
- public string $contentId;
- public Carbon $runAt;
- public float $durationInSeconds;
- public ScheduledInsertableContentStatus $status;
- // 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 contentId()
- public $this runAt()
- public $this durationInSeconds()
- // 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
- $contentId — string
- $createdAt — Carbon\Carbon
- $customData — mixed
- $description — string
- $durationInSeconds — float
- $id — string
- $modifiedAt — Carbon\Carbon
- $name — string
- $runAt — Carbon\Carbon
- $status — BitmovinApiSdk\Models\ScheduledInsertableContentStatus
Methods
public
- __construct()
- contentId() — Id of the insertable content to play instead of the live stream
- durationInSeconds() — Duration for how long to play the content. Cut off if shorter, loop if longer than actual duration. This property is required if the insertable content is an image.
- runAt() — Time to play the content in UTC: YYYY-MM-DDThh:mm:ssZ, if this property is not set the content will be played as soon as possible.
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.