Uses of Class
io.github.lunasaw.zlm.entity.rtp.OpenRtpServerResult
Packages that use OpenRtpServerResult
-
Uses of OpenRtpServerResult in io.github.lunasaw.zlm.api
Methods in io.github.lunasaw.zlm.api that return OpenRtpServerResultModifier and TypeMethodDescriptionstatic OpenRtpServerResultZlmRestService.connectRtpServer(String host, String secret, ConnectRtpServerReq req) static OpenRtpServerResult连接RTP服务器static OpenRtpServerResultZlmRestService.openRtpServer(String host, String secret, OpenRtpServerReq req) static OpenRtpServerResult创建RTP服务器static OpenRtpServerResultZlmRestService.openRtpServerMultiplex(String host, String secret, OpenRtpServerReq req) static OpenRtpServerResult创建多路复用RTP服务器 -
Uses of OpenRtpServerResult in io.github.lunasaw.zlm.api.controller
Methods in io.github.lunasaw.zlm.api.controller that return OpenRtpServerResultModifier and TypeMethodDescriptionZlmApiController.connectRtpServer(ConnectRtpServerReq req) 连接RTP服务器ZlmApiController.openRtpServer(OpenRtpServerReq req) 创建RTP服务器ZlmApiController.openRtpServerMultiplex(OpenRtpServerReq req) 创建多路复用RTP服务器