FIX: fixed some bugs
ADD: added raw_track message frame
This commit is contained in:
15
include/WHISPER/Messages/Protos/raw_track.proto
Normal file
15
include/WHISPER/Messages/Protos/raw_track.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
// [START declaration]
|
||||
syntax = "proto3";
|
||||
package messages.raw_track;
|
||||
|
||||
// import "google/protobuf/timestamp.proto";
|
||||
// [END declaration]
|
||||
|
||||
|
||||
// [START messages]
|
||||
message RawTrack {
|
||||
uint32 trackNo = 1;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user