Uses of Class
io.github.lunasaw.gb28181.common.entity.response.DeviceRecord
Packages that use DeviceRecord
Package
Description
SIP客户端接收到MESSAGE类型请求后的处理
-
Uses of DeviceRecord in io.github.lunasaw.gbproxy.client.transmit.cmd
Methods in io.github.lunasaw.gbproxy.client.transmit.cmd with parameters of type DeviceRecordModifier and TypeMethodDescriptionstatic StringClientSendCmd.deviceRecordResponse(FromDevice fromDevice, ToDevice toDevice, DeviceRecord deviceRecord) Deprecated.设备录像上报static StringClientCommandSender.sendDeviceRecordCommand(FromDevice fromDevice, ToDevice toDevice, DeviceRecord deviceRecord) 发送录像响应命令 -
Uses of DeviceRecord in io.github.lunasaw.gbproxy.client.transmit.request.message
Methods in io.github.lunasaw.gbproxy.client.transmit.request.message that return DeviceRecordModifier and TypeMethodDescriptionCustomMessageRequestHandler.getDeviceRecord(DeviceRecordQuery deviceRecordQuery) MessageRequestHandler.getDeviceRecord(DeviceRecordQuery deviceRecordQuery) 获取设备录像信息 DeviceRecord -
Uses of DeviceRecord in io.github.lunasaw.gbproxy.server.transmit.request.message
Methods in io.github.lunasaw.gbproxy.server.transmit.request.message with parameters of type DeviceRecordModifier and TypeMethodDescriptionvoidDefaultServerMessageProcessorHandler.updateDeviceRecord(String userId, DeviceRecord deviceRecord) voidServerMessageProcessorHandler.updateDeviceRecord(String userId, DeviceRecord deviceRecord) 更新设备录像 -
Uses of DeviceRecord in io.github.lunasaw.gbproxy.test.handler
Methods in io.github.lunasaw.gbproxy.test.handler that return DeviceRecordModifier and TypeMethodDescriptionTestClientMessageProcessorHandler.getDeviceRecord(DeviceRecordQuery deviceRecordQuery) static DeviceRecordTestClientMessageProcessorHandler.getReceivedDeviceRecord()static DeviceRecordTestServerMessageProcessorHandler.getReceivedDeviceRecord()Methods in io.github.lunasaw.gbproxy.test.handler with parameters of type DeviceRecordModifier and TypeMethodDescriptionvoidTestClientMessageProcessorHandler.updateDeviceRecord(DeviceRecord deviceRecord) voidTestServerMessageProcessorHandler.updateDeviceRecord(String userId, DeviceRecord deviceRecord)