Files
whisper-com/include/WHISPER/Messages/Protos/raw_track.proto
Henry Winkel 8fcf4244b0 FIX: fixed some bugs
ADD: added raw_track message frame
2022-11-15 15:55:24 +01:00

16 lines
209 B
Protocol Buffer

// [START declaration]
syntax = "proto3";
package messages.raw_track;
// import "google/protobuf/timestamp.proto";
// [END declaration]
// [START messages]
message RawTrack {
uint32 trackNo = 1;
}