BitmovinApiSdk\Models\SimpleEncodingVodJobResponse

Synopsis

class SimpleEncodingVodJobResponse extends ApiResource {
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

Methods

public

  • __construct()
  • createdAt() — Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ
  • encodingTemplate() — The template that has been used for the encoding.
  • errors() — Describes all the errors in cases the status of the job is 'error'.
  • inputs() — inputs
  • modifiedAt() — Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ. The job is updated for example when the status changes
  • name() — This property will be used for naming the encoding and the manifests.
  • options() — Options to customize the Simple Encoding Job
  • outputs() — outputs

Inherited from BitmovinApiSdk\Common\ApiResource

public