BitmovinApiSdk\Models\EncodingOutput
Synopsis
class EncodingOutput
extends ApiResource
{
- // members
- public string $outputId;
- public string $outputPath;
- public array $acl;
- // methods
- public void __construct()
- public $this outputId()
- public $this outputPath()
- public $this acl()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $acl — \BitmovinApiSdk\Models\AclEntry[]
- $outputId — string
- $outputPath — string
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)