UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

17 lines (16 loc) 539 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RaiUnit = void 0; /** * Set the random access indicator (RAI) on appropriate access units (AUs). * @export * @enum {string} */ var RaiUnit; (function (RaiUnit) { RaiUnit["NONE"] = "NONE"; RaiUnit["ALL_PES_PACKETS"] = "ALL_PES_PACKETS"; RaiUnit["ACQUISITION_POINT_PACKETS"] = "ACQUISITION_POINT_PACKETS"; RaiUnit["ACCORDING_TO_INPUT"] = "ACCORDING_TO_INPUT"; })(RaiUnit || (exports.RaiUnit = RaiUnit = {})); exports.default = RaiUnit;