UNPKG

rx-player

Version:
29 lines (28 loc) 1.31 kB
"use strict"; /** * Copyright 2015 CANAL+ Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.loadSession = exports.getInitData = exports.generateKeyRequest = exports.closeSession = void 0; var close_session_1 = require("./close_session"); exports.closeSession = close_session_1.default; var eme_api_implementation_1 = require("./eme-api-implementation"); var generate_key_request_1 = require("./generate_key_request"); exports.generateKeyRequest = generate_key_request_1.default; var get_init_data_1 = require("./get_init_data"); exports.getInitData = get_init_data_1.default; var load_session_1 = require("./load_session"); exports.loadSession = load_session_1.default; exports.default = eme_api_implementation_1.default;