BitmovinApiSdk\Models\SimpleEncodingLiveJobRequest

Synopsis

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

Hierarchy

Members

Methods

public

  • __construct()
  • cloudRegion() — The cloud region that will be used for the live encoding. This value has to be set.
  • encodingProfile() — The profile that will be used for the live encoding.
  • input() — Please take a look at the [documentation](https://bitmovin.com/docs/encoding/articles/simple-encoding-api-live#inputs) (required)
  • name() — This property will be used for naming the encoding.
  • outputs() — Please take a look at the [documentation](https://bitmovin.com/docs/encoding/articles/simple-encoding-api-live#outputs) (required)

Inherited from BitmovinApiSdk\Common\ApiResource

public