UNPKG

expo-dlna-player

Version:

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

9 lines 483 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 { } declare const _default: ExpoDlnaPlayerModule; export default _default; //# sourceMappingURL=ExpoDlnaPlayerModule.d.ts.map