Variable MEDIA_KEY_STATUSESConst
Beta
MEDIA_KEY_STATUSES: {
EXPIRED: "expired";
INTERNAL_ERROR: "internal-error";
OUTPUT_DOWNSCALED: "output-downscaled";
OUTPUT_RESTRICTED: "output-restricted";
RELEASED: "released";
STATUS_PENDING: "status-pending";
USABLE: "usable";
} = ...
Type declaration
Readonly
EXPIRED: "expired"
Readonly
INTERNAL_ERROR: "internal-error"
Readonly
OUTPUT_DOWNSCALED: "output-downscaled"
Readonly
OUTPUT_RESTRICTED: "output-restricted"
Readonly
RELEASED: "released"
Readonly
STATUS_PENDING: "status-pending"
Readonly
USABLE: "usable"
Media Key Statuses.