UNPKG

rx-player

Version:
33 lines 1.48 kB
/** * 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. */ export { DASH } from "./dash"; export { DASH_WASM } from "./dash_wasm"; export { DEBUG_ELEMENT } from "./debug_element"; export { DIRECTFILE } from "./directfile"; export { EME } from "./eme"; export { HTML_SAMI_PARSER } from "./html_sami_parser"; export { HTML_SRT_PARSER } from "./html_srt_parser"; export { HTML_TEXT_BUFFER } from "./html_text_buffer"; export { HTML_TTML_PARSER } from "./html_ttml_parser"; export { HTML_VTT_PARSER } from "./html_vtt_parser"; export { MEDIA_SOURCE_MAIN } from "./media_source_main"; export { NATIVE_SAMI_PARSER } from "./native_sami_parser"; export { NATIVE_SRT_PARSER } from "./native_srt_parser"; export { NATIVE_TEXT_BUFFER } from "./native_text_buffer"; export { NATIVE_TTML_PARSER } from "./native_ttml_parser"; export { NATIVE_VTT_PARSER } from "./native_vtt_parser"; export { SMOOTH } from "./smooth"; //# sourceMappingURL=index.d.ts.map