BitmovinApiSdk\Models\InsertableContentInput
Synopsis
class InsertableContentInput
extends ApiResource
{
- // members
- public string $inputId;
- public string $inputPath;
- public string $description;
- // methods
- public void __construct()
- public $this inputId()
- public $this inputPath()
- public $this description()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $description — string
- $inputId — string
- $inputPath — string
Methods
public
- __construct()
- description() — Description of this input
- inputId() — Id of the input hosting the video file (required)
- inputPath() — Path to the file on the input (required)