WeChatHelper/MMPro/micromsg/proto/HWFrameBuffer.proto
2024-06-11 08:43:45 +08:00

13 lines
232 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
import "HWTimeInfo.proto";
message HWFrameBuffer {
required bytes _RawBuf = 1;
required int32 _SamplesCount = 2;
repeated HWTimeInfo _TimeInfo = 3;
repeated int32 _SampleSize = 4;
}