Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VttApi

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected restClient

restClient: RestClient

Methods

create

  • Parameters

    • manifestId: string
    • periodId: string
    • adaptationsetId: string
    • Optional dashVttRepresentation: DashVttRepresentation

    Returns Promise<DashVttRepresentation>

delete

  • delete(manifestId: string, periodId: string, adaptationsetId: string, representationId: string): Promise<BitmovinResponse>
  • Parameters

    • manifestId: string
    • periodId: string
    • adaptationsetId: string
    • representationId: string

    Returns Promise<BitmovinResponse>

get

  • get(manifestId: string, periodId: string, adaptationsetId: string, representationId: string): Promise<DashVttRepresentation>
  • Parameters

    • manifestId: string
    • periodId: string
    • adaptationsetId: string
    • representationId: string

    Returns Promise<DashVttRepresentation>

list

Generated using TypeDoc