BitmovinApiSdk\Models\EncodingOutput

Synopsis

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

Hierarchy

Members

public

Methods

public

  • __construct()
  • acl() — Determines accessibility of files written to this output. Only applies to output types that support ACLs. Defaults to PUBLIC_READ if the list is empty. The destination (e.g. cloud storage bucket) needs to allow the configured ACL
  • outputId() — Id of the corresponding output (required)
  • outputPath() — Subdirectory where to save the files to (required)

Inherited from BitmovinApiSdk\Common\ApiResource

public