/** * @packageDocumentation SubtitleBase.package * * Exports `SubtitleCueMapAtom` which is used for storing subtitle cues as we are loading and parsing them. * It additionally exports `CreateSubtitleCueAtom` factory, and handles clearing `StreamTimeline` and `SubtitleCueMapAtom`. * * ### `SubtitleBase` Package Dependency Graph *
SubtitleBase
Core
Data
Source
BitmovinV8StaticApi
Capabilities
Network
SegmentProcessing
Adaptation
NoAdaptation
BitmovinV8Core
BitmovinVideoElementUtils
*/ import type { EmptyObject } from '../../../../framework-types/BaseTypes'; import type { SubtitleBaseDependencies, SubtitleBaseExports } from './Types'; export declare const SubtitleBasePackage: import("../../../../framework-types/package-api/Package").Package; export default SubtitleBasePackage;