BitmovinApiSdk\Models\StreamsVideoCreateRequest
Synopsis
class StreamsVideoCreateRequest
extends ApiResource
{
- // members
- public string $assetUrl;
- public string $title;
- public string $description;
- public string $domainRestrictionId;
- public StreamsEncodingProfile $encodingProfile;
- public bool $signed;
- // methods
- public void __construct()
- public $this assetUrl()
- public $this title()
- public $this description()
- public $this domainRestrictionId()
- public $this encodingProfile()
- public $this signed()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $assetUrl — string
- $description — string
- $domainRestrictionId — string
- $encodingProfile — BitmovinApiSdk\Models\StreamsEncodingProfile
- $signed — BitmovinApiSdk\Models\bool
- $title — string
Methods
public
- __construct()
- assetUrl() — The streams input asset URL
- description() — Description of the stream
- domainRestrictionId() — Id of the domain restriction config to use
- encodingProfile() — Profile to be used in encoding
- signed() — If set to true the Stream is only accessible via a token
- title() — Title of the stream