UNPKG

expo-dlna-player

Version:

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

9 lines 300 B
export { default } from './ExpoDlnaPlayerModule'; export * from './ExpoDlnaPlayer.types'; /** * 连接到DLNA/AirPlay设备 * @param deviceId 设备ID * @returns 是否连接成功 */ export declare function connectToDevice(deviceId: string): Promise<boolean>; //# sourceMappingURL=index.d.ts.map