Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DrmApi

Hierarchy

Index

Constructors

constructor

Properties

aes

aes: AesApi

cenc

cenc: CencApi

clearkey

clearkey: ClearkeyApi

contentprotection

contentprotection: ContentprotectionApi

fairplay

fairplay: FairplayApi

marlin

marlin: MarlinApi

playready

playready: PlayreadyApi

primetime

primetime: PrimetimeApi

Protected restClient

restClient: RestClient

speke

speke: SpekeApi

widevine

widevine: WidevineApi

Methods

create

  • Parameters

    Returns Promise<DashFmp4DrmRepresentation>

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(encodingId: string, muxingId: string, drmId: string): Promise<Drm>
  • Parameters

    • encodingId: string
    • muxingId: string
    • drmId: string

    Returns Promise<Drm>

list

  • Parameters

    • encodingId: string
    • muxingId: string

    Returns Promise<PaginationResponse<Drm>>

Generated using TypeDoc