Export

CencDrm

Hierarchy (view full)

Constructors

Properties

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

enablePiffCompatibility?: boolean

Enables compatibility with the Protected Interoperable File Format (PIFF) specification

Memberof

CencDrm

encryptionMode?: EncryptionMode

The encryption method to use. Default is CTR (required)

Memberof

CencDrm

fairPlay?: CencFairPlay

Configuration for FairPlay DRM

Memberof

CencDrm

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

ivSize?: IvSize

Size of the initialization vector

Memberof

CencDrm

key?: string

16 byte encryption key, 32 hexadecimal characters (required)

Memberof

CencDrm

kid?: string

16 byte encryption key id. Required for any other DRM but FairPlay

Memberof

CencDrm

marlin?: CencMarlin

Configuration for Marlin DRM

Memberof

CencDrm

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

playReady?: CencPlayReady

Configuration for PlayReady DRM

Memberof

CencDrm

type: DrmType = DrmType.CENC

Discriminator property for Drm

Memberof

CencDrm

widevine?: CencWidevine

Configuration for Widevine DRM

Memberof

CencDrm

_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'