UNPKG

kaimo_rtsp_plugin

Version:

RTSP plugin for Capacitor with native AAR support

9 lines (8 loc) 320 B
import type { rtsp_viewPlugin, rtsp_jniPlugin } from './definitions'; declare const rtsp_view: rtsp_viewPlugin; /** * @deprecated 此插件已废弃,请使用rtsp_view插件,它现在包含了所有JNI功能 */ declare const rtsp_jni: rtsp_jniPlugin; export * from './definitions'; export { rtsp_view, rtsp_jni };