unified-video-framework
Version:
Cross-platform video player framework supporting iOS, Android, Web, Smart TVs (Samsung/LG), Roku, and more
5 lines • 409 B
TypeScript
export { ReactNativeVideoPlayer, VideoPlayer } from './VideoPlayer';
export type { VideoSource, VideoPlayerConfig, VideoPlayerInterface, DRMConfig, SubtitleTrack, AudioTrack, Quality, PlayerStateEnum as PlayerState, PlayerEvent, PlayerError, PlayerMetrics } from '@unified-video/core';
export declare const VERSION = "1.0.0";
export declare const PLATFORM = "react-native";
//# sourceMappingURL=index.d.ts.map