| | |
| | | |
| | | /** |
| | | * Query all camera data that can be live streamed from this device based on the device sn. |
| | | * 根据设备序列号查询该设备可直播的所有摄像头数据。 |
| | | * @param deviceSn |
| | | * @return |
| | | */ |
| | |
| | | * Save the live capability data of the device. |
| | | * @param capacityCameraReceivers |
| | | * @param deviceSn |
| | | * @param timestamp |
| | | */ |
| | | void saveCapacityCameraReceiverList(List<CapacityCameraReceiver> capacityCameraReceivers, String deviceSn); |
| | | void saveCapacityCameraReceiverList(List<CapacityCameraReceiver> capacityCameraReceivers, String deviceSn, Long timestamp); |
| | | |
| | | /** |
| | | * Convert the received camera capability object into camera data transfer object. |