BitmovinApiSdk\Models\CreateBitmovinStreamRequest
Synopsis
class CreateBitmovinStreamRequest
extends ApiResource
{
- // members
- public string $assetUrl;
- public string $title;
- public string $description;
- // methods
- public void __construct()
- public $this assetUrl()
- public $this title()
- public $this description()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $assetUrl — string
- $description — string
- $title — string
Methods
public
- __construct()
- assetUrl() — The Streams input asset URL
- description() — Description of the Stream
- title() — Title of the Stream