BitmovinApiSdk\Models\DashManifest
Synopsis
class DashManifest
extends Manifest
{
- // members
- public DashProfile $profile;
- public string $manifestName;
- public array $namespaces;
- public array $utcTimings;
- public DashEditionCompatibility $dashEditionCompatibility;
- public DashISO8601TimestampFormat $iso8601TimestampFormat;
- // 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 profile()
- public $this manifestName()
- public $this namespaces()
- public $this utcTimings()
- public $this dashEditionCompatibility()
- public $this iso8601TimestampFormat()
- // 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
Extends
Members
public
- $createdAt — Carbon\Carbon
- $customData — mixed
- $dashEditionCompatibility — BitmovinApiSdk\Models\DashEditionCompatibility
- $description — string
- $id — string
- $iso8601TimestampFormat — BitmovinApiSdk\Models\DashISO8601TimestampFormat
- $manifestName — string
- $modifiedAt — Carbon\Carbon
- $name — string
- $namespaces — \BitmovinApiSdk\Models\XmlNamespace[]
- $outputs — \BitmovinApiSdk\Models\EncodingOutput[]
- $profile — BitmovinApiSdk\Models\DashProfile
- $status — BitmovinApiSdk\Models\Status
- $type — BitmovinApiSdk\Models\ManifestType
- $utcTimings — \BitmovinApiSdk\Models\UtcTiming[]
Methods
public
- __construct()
- dashEditionCompatibility() — The manifest compatibility with the standard DASH Edition.
- iso8601TimestampFormat() — Determines how timestamps should appear in the manifest
- manifestName() — The filename of your manifest
- namespaces() — List of additional XML namespaces to add to the DASH Manifest
- profile() — Determines if segmented or progressive representations can appear in the manifest
- utcTimings() — List of UTC Timings to use for live streaming
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.