BitmovinApiSdk\Models\SmoothManifestDefault
Synopsis
class SmoothManifestDefault
extends SmoothStreamingManifest
{
- // members
- public string $encodingId;
- public SmoothManifestDefaultVersion $version;
- // Inherited members from SmoothStreamingManifest
- public string $serverManifestName;
- public string $clientManifestName;
- // Inherited members from Manifest
- public ManifestType $type;
- public array $outputs;
- public Status $status;
- // Inherited members from BitmovinResource
- public string $name;
- public string $description;
- public Carbon $createdAt;
- public Carbon $modifiedAt;
- public mixed $customData;
- // Inherited members from BitmovinResponse
- public string $id;
- // methods
- public void __construct()
- public $this encodingId()
- public $this version()
- // Inherited methods from SmoothStreamingManifest
- public void __construct()
- public $this serverManifestName()
- public $this clientManifestName()
- // Inherited methods from Manifest
- public void __construct()
- public $this outputs()
- // Inherited methods from BitmovinResource
- public void __construct()
- public $this name()
- public $this description()
- public $this customData()
- // Inherited methods from BitmovinResponse
- public void __construct()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $clientManifestName — string
- $createdAt — Carbon\Carbon
- $customData — mixed
- $description — string
- $encodingId — string
- $id — string
- $modifiedAt — Carbon\Carbon
- $name — string
- $outputs — \BitmovinApiSdk\Models\EncodingOutput[]
- $serverManifestName — string
- $status — BitmovinApiSdk\Models\Status
- $type — BitmovinApiSdk\Models\ManifestType
- $version — BitmovinApiSdk\Models\SmoothManifestDefaultVersion
Methods
public
- __construct()
- encodingId() — The id of the encoding to create a default manifest for (required)
- version() — Currently not in use
Inherited from BitmovinApiSdk\Models\SmoothStreamingManifest
public
- clientManifestName() — Filename of the client manifest
- serverManifestName() — Filename of the server manifest
Inherited from BitmovinApiSdk\Models\Manifest
public
- outputs() — The outputs to store the manifest (required)
Inherited from BitmovinApiSdk\Models\BitmovinResource
public
- customData() — User-specific meta data. This can hold anything.
- description() — Description of the resource. Can be freely chosen by the user.
- name() — Name of the resource. Can be freely chosen by the user.