Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VideoApi

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

av1

av1: Av1Api

h262

h262: H262Api

h264

h264: H264Api

h265

h265: H265Api

mjpeg

mjpeg: MjpegApi

Protected restClient

restClient: RestClient

vp8

vp8: Vp8Api

vp9

vp9: Vp9Api

Methods

create

  • Parameters

    Returns Promise<VideoAdaptationSet>

delete

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

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

    Returns Promise<BitmovinResponse>

get

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

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

    Returns Promise<VideoAdaptationSet>

list

Generated using TypeDoc