@byomakase/omakase-player
Version:
## Omakase Player - Open source JavaScript framework for building frame accurate video experiences
5 lines (4 loc) • 696 B
TypeScript
export { VideoController } from './video-controller';
export type { Video, VideoLoadOptions, VideoSafeZone, FrameRateModel, MediaElementPlaybackState, AudioMeterStandard, OmpMainAudioState, OmpSidecarAudioState, OmpAudioState, OmpAudioRouterState, OmpAudioPeakProcessorState, OmpPeakProcessorDataMessage, OmpPeakProcessorDataPeaks, BufferedTimespan, VideoWindowPlaybackState, OmpAudioEffectParamType, OmpAudioNodeParamPropType, TimecodeObject, VideoProtocol, OmpAudioNodeType, OmpAudioRoutingConnection, OmpAudioRoutingPath, OmpAudioRoutingRoute, } from './model';
export type { VideoControllerApi } from './video-controller-api';
export { MediaElementPlayback } from './media-element-playback';