We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9ef68 commit d8ee4d3Copy full SHA for d8ee4d3
protobuf_definitions/message_formats.proto
@@ -1022,11 +1022,13 @@ message MultibeamDiscovery {
1022
GuestPortDeviceID device_id = 7; // Device ID of the sonar
1023
}
1024
1025
+// Frame offset for multibeam recordings index cache
1026
message MultibeamFrameOffset {
1027
google.protobuf.Duration duration = 1; // Duration from the start of the recording
1028
uint32 offset = 2; // Offset in bytes from the start of the file
1029
1030
1031
+// Multibeam recording index cache
1032
message MutltibeamRecordingIndex {
1033
repeated MultibeamFrameOffset frame_offsets = 1; // List of frame offsets
1034
0 commit comments