Uses of Class
io.github.lunasaw.zlm.entity.StreamKey.StringDelFlag
Packages that use StreamKey.StringDelFlag
-
Uses of StreamKey.StringDelFlag in io.github.lunasaw.zlm.api
Methods in io.github.lunasaw.zlm.api that return types with arguments of type StreamKey.StringDelFlagModifier and TypeMethodDescriptionZlmRestService.delFFmpegSource
(String host, String secret, String key) 关闭FFmpeg拉流代理ZlmRestService.delStreamProxy
(String host, String secret, String key) 关闭拉流代理ZlmRestService.delStreamPusherProxy
(String host, String secret, String key) 关闭推流 -
Uses of StreamKey.StringDelFlag in io.github.lunasaw.zlm.api.controller
Methods in io.github.lunasaw.zlm.api.controller that return types with arguments of type StreamKey.StringDelFlagModifier and TypeMethodDescriptionZlmApiController.delFFmpegSource
(String key) 关闭FFmpeg拉流代理ZlmApiController.delStreamProxy
(String key) 关闭拉流代理ZlmApiController.delStreamPusherProxy
(String key) 关闭推流代理