Uses of Class
io.github.lunasaw.zlm.entity.StreamPusherItem
Packages that use StreamPusherItem
-
Uses of StreamPusherItem in io.github.lunasaw.zlm.api
Methods in io.github.lunasaw.zlm.api that return types with arguments of type StreamPusherItemModifier and TypeMethodDescriptionstatic ServerResponse<List<StreamPusherItem>>ZlmRestService.listStreamPusherProxy(String host, String secret) 获取推流代理列表Methods in io.github.lunasaw.zlm.api with parameters of type StreamPusherItemModifier and TypeMethodDescriptionstatic ServerResponse<StreamKey>ZlmRestService.addStreamPusherProxy(String host, String secret, StreamPusherItem streamPusherItem) -
Uses of StreamPusherItem in io.github.lunasaw.zlm.api.controller
Methods in io.github.lunasaw.zlm.api.controller that return types with arguments of type StreamPusherItemMethods in io.github.lunasaw.zlm.api.controller with parameters of type StreamPusherItemModifier and TypeMethodDescriptionZlmApiController.addStreamPusherProxy(StreamPusherItem streamPusherItem) 添加推流代理