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 d8ee4d3 commit 0f74aa6Copy full SHA for 0f74aa6
protobuf_definitions/message_formats.proto
@@ -1025,7 +1025,7 @@ message MultibeamDiscovery {
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
+ uint64 offset = 2; // Offset in bytes from the start of the file
1029
}
1030
1031
// Multibeam recording index cache
0 commit comments