UNPKG

expo-dlna-player

Version:

A React Native/Expo module for DLNA/AirPlay media casting to smart TVs and streaming devices

10 lines 526 B
import { DLNAPlayerInterface, DeviceInfo, ExpoDlnaPlayerModuleEvents, PlaybackStatus } from './ExpoDlnaPlayer.types'; export declare const SCREEN_MIRRORING = "SCREEN_MIRRORING"; export declare const VIDEO_ONLY = "VIDEO_ONLY"; export type { DeviceInfo, PlaybackStatus, ExpoDlnaPlayerModuleEvents, }; interface ExpoDlnaPlayerModule extends DLNAPlayerInterface { getBufferingStatus(): Promise<object>; } declare const _default: ExpoDlnaPlayerModule; export default _default; //# sourceMappingURL=ExpoDlnaPlayerModule.d.ts.map