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 OpenRtpServerResult
ZlmRestService.connectRtpServer
(String host, String secret, ConnectRtpServerReq req) static OpenRtpServerResult
连接RTP服务器static OpenRtpServerResult
ZlmRestService.openRtpServer
(String host, String secret, OpenRtpServerReq req) static OpenRtpServerResult
创建RTP服务器static OpenRtpServerResult
ZlmRestService.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服务器