Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ContentprotectionApi

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected restClient

restClient: RestClient

Methods

create

  • Parameters

    • manifestId: string
    • periodId: string
    • adaptationsetId: string
    • representationId: string
    • Optional contentProtection: ContentProtection

    Returns Promise<ContentProtection>

delete

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

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

    Returns Promise<BitmovinResponse>

get

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

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

    Returns Promise<ContentProtection>

list

  • Parameters

    Returns Promise<PaginationResponse<ContentProtection>>

Generated using TypeDoc