Uses of Class
io.github.lunasaw.zlm.entity.MediaData
Packages that use MediaData
-
Uses of MediaData in io.github.lunasaw.zlm.api
Methods in io.github.lunasaw.zlm.api that return types with arguments of type MediaDataModifier and TypeMethodDescriptionstatic ServerResponse<List<MediaData>>
ZlmRestService.getMediaList
(String host, String secret, MediaReq mediaReq) static ServerResponse<List<MediaData>>
获取流列表 -
Uses of MediaData in io.github.lunasaw.zlm.api.controller
Methods in io.github.lunasaw.zlm.api.controller that return types with arguments of type MediaDataModifier and TypeMethodDescriptionZlmApiController.getMediaList
(MediaReq mediaReq) 获取流列表ZlmApiController.getMediaListByNode
(String nodeId, MediaReq mediaReq) 指定节点获取流列表