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