/** * @export * @enum {string} */ export declare enum EncodingType { LIVE = "LIVE", VOD = "VOD", NONE = "NONE" } export default EncodingType;