kplayer-rust-wrap 1.4.0

libkplayer plugin wrap for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
syntax = "proto3";

package KPProto;

import "proto/keys.proto";

option go_package = "github.com/bytelang/kplayer/types/core/proto";

message KPMessage {
	EventMessageAction action = 1;
	string body = 2;
}

message KPPrompt {
	EventPromptAction action = 1;
	string body = 2;
}