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 0f74aa6 commit 8635bfbCopy full SHA for 8635bfb
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
- uint64 offset = 2; // Offset in bytes from the start of the file
+ int64 offset = 2; // Offset in bytes from the start of the file
1029
}
1030
1031
// Multibeam recording index cache
0 commit comments