Uses of Class
io.github.lunasaw.zlm.entity.rtp.StartSendRtpResult
Packages that use StartSendRtpResult
-
Uses of StartSendRtpResult in io.github.lunasaw.zlm.api
Methods in io.github.lunasaw.zlm.api that return StartSendRtpResultModifier and TypeMethodDescriptionstatic StartSendRtpResult
ZlmRestService.startSendRtp
(String host, String secret, StartSendRtpReq req) static StartSendRtpResult
开始发送rtpstatic StartSendRtpResult
ZlmRestService.startSendRtpPassive
(String host, String secret, StartSendRtpReq req) static StartSendRtpResult
开始tcp passive被动发送rtp -
Uses of StartSendRtpResult in io.github.lunasaw.zlm.api.controller
Methods in io.github.lunasaw.zlm.api.controller that return StartSendRtpResultModifier and TypeMethodDescriptionZlmApiController.startSendRtp
(StartSendRtpReq req) 开始发送rtpZlmApiController.startSendRtpPassive
(StartSendRtpReq req) 开始tcp passive被动发送rtp