BitmovinApiSdk\Models\SimpleEncodingLiveJobResponse

Synopsis

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

Hierarchy

Members

public

Methods

public

  • __construct()
  • cloudRegion() — The cloud region that will be used for the live encoding
  • createdAt() — Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ
  • encodingProfile() — The profile that will be used for the live encoding.
  • errors() — Describes all the errors in cases the status of the job is 'error'.
  • input() — input
  • 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.
  • outputs() — outputs

Inherited from BitmovinApiSdk\Common\ApiResource

public