Uses of Class
io.github.lunasaw.zlm.entity.req.RecordReq
Packages that use RecordReq
-
Uses of RecordReq in io.github.lunasaw.zlm.api
Methods in io.github.lunasaw.zlm.api with parameters of type RecordReqModifier and TypeMethodDescriptionstatic ServerResponse<Mp4RecordFile>
ZlmRestService.getMp4RecordFile
(String host, String secret, RecordReq recordReq) static ServerResponse<String>
ZlmRestService.isRecording
(String host, String secret, RecordReq recordReq) static ServerResponse<String>
ZlmRestService.seekRecordStamp
(String host, String secret, RecordReq recordReq) static ServerResponse<String>
ZlmRestService.setRecordSpeed
(String host, String secret, RecordReq recordReq) static ServerResponse<String>
ZlmRestService.startRecord
(String host, String secret, RecordReq recordReq) static ServerResponse<String>
ZlmRestService.stopRecord
(String host, String secret, RecordReq recordReq) -
Uses of RecordReq in io.github.lunasaw.zlm.api.controller
Methods in io.github.lunasaw.zlm.api.controller with parameters of type RecordReqModifier and TypeMethodDescriptionZlmApiController.getMp4RecordFile
(RecordReq recordReq) 获取录制文件列表ZlmApiController.isRecording
(RecordReq recordReq) 是否正在录制ZlmApiController.seekRecordStamp
(RecordReq recordReq) 设置录像流播放位置ZlmApiController.setRecordSpeed
(RecordReq recordReq) 设置录像速度ZlmApiController.startRecord
(RecordReq recordReq) 开始录制ZlmApiController.stopRecord
(RecordReq recordReq) 停止录制