BitmovinApiSdk\Models\WatchFolderOutput
Synopsis
class WatchFolderOutput
extends ApiResource
{
- // members
- public string $outputId;
- public string $outputPath;
- // methods
- public void __construct()
- public $this outputId()
- public $this outputPath()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $outputId — string
- $outputPath — string
Methods
public
- __construct()
- outputId() — Id of the corresponding output (required)
- outputPath() — Subdirectory where to save the files to (required)