Uses of Class
io.github.lunasaw.zlm.entity.req.RecordTaskReq
Packages that use RecordTaskReq
-
Uses of RecordTaskReq in io.github.lunasaw.zlm.api
Methods in io.github.lunasaw.zlm.api with parameters of type RecordTaskReqModifier and TypeMethodDescriptionstatic ServerResponse<String>ZlmRestService.startRecordTask(String host, String secret, RecordTaskReq recordTaskReq) 添加录制任务(支持回溯录制 back_ms 与后续录制 forward_ms) -
Uses of RecordTaskReq in io.github.lunasaw.zlm.api.controller
Methods in io.github.lunasaw.zlm.api.controller with parameters of type RecordTaskReqModifier and TypeMethodDescriptionZlmApiController.startRecordTask(RecordTaskReq recordTaskReq) 添加录制任务(支持回溯录制)