Export

PlayReadyDrm

Hierarchy (view full)

  • Drm
    • PlayReadyDrm

Constructors

Properties

additionalInformation?: PlayReadyAdditionalInformation

Memberof

PlayReadyDrm

createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

description?: string

Description of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

key?: string

16 byte encryption key, 32 hexadecimal characters. Either key or keySeed is required

Memberof

PlayReadyDrm

keySeed?: string

Key seed to generate key. Either key or keySeed is required

Memberof

PlayReadyDrm

kid?: string

Key identifier

Memberof

PlayReadyDrm

laUrl?: string

URL of the license server

Memberof

PlayReadyDrm

Memberof

PlayReadyDrm

modifiedAt?: Date

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

name?: string

Name of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

outputs?: EncodingOutput[]

Memberof

Drm

pssh?: string

Base64 encoded pssh payload

Memberof

PlayReadyDrm

type: DrmType = DrmType.PLAYREADY

Discriminator property for Drm

Memberof

PlayReadyDrm

_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

  • AES: string
  • CENC: string
  • CLEARKEY: string
  • FAIRPLAY: string
  • MARLIN: string
  • PLAYREADY: string
  • PRIMETIME: string
  • SPEKE: string
  • WIDEVINE: string
_discriminatorName: "type" = 'type'