BitmovinApiSdk\Models\VideoMediaInfo

Synopsis

class VideoMediaInfo extends StandardMediaInfo {
  • // Inherited members from StandardMediaInfo
  • public string $uri;
  • // Inherited members from BitmovinResponse
  • public string $id;
  • // Inherited methods from StandardMediaInfo
  • public void __construct()
  • public $this uri()
  • // Inherited methods from BitmovinResponse
  • public void __construct()
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

  • $assocLanguage — string
  • $autoselectBitmovinApiSdk\Models\bool
  • $characteristicsBitmovinApiSdk\Models\string[]
  • $drmId — string
  • $encodingId — string
  • $endSegmentNumber — int
  • $groupId — string
  • $id — string
  • $isDefaultBitmovinApiSdk\Models\bool
  • $language — string
  • $muxingId — string
  • $name — string
  • $segmentPath — string
  • $startSegmentNumber — int
  • $streamId — string
  • $uri — string

Methods

Inherited from BitmovinApiSdk\Models\StandardMediaInfo

public

  • uri() — The URI of the Rendition (required)

Inherited from BitmovinApiSdk\Models\SegmentsMediaInfo

public

Inherited from BitmovinApiSdk\Models\BasicMediaInfo

public

  • assocLanguage() — Identifies a language that is associated with the Rendition.
  • autoselect() — If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.
  • characteristics() — Contains Uniform Type Identifiers
  • groupId() — The value is a quoted-string which specifies the group to which the Rendition belongs. (required)
  • isDefault() — If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.
  • language() — Primary language in the rendition.
  • name() — Human readable description of the rendition. (required)

Inherited from BitmovinApiSdk\Common\ApiResource

public