Initial version
This commit is contained in:
15
Protobufs/webui/service_fovasvideo.proto
Normal file
15
Protobufs/webui/service_fovasvideo.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
message CFovasVideo_ClientGetOPFSettings_Request {
|
||||
optional uint32 app_id = 1;
|
||||
optional uint32 client_cellid = 2;
|
||||
}
|
||||
|
||||
message CFovasVideo_ClientGetOPFSettings_Response {
|
||||
optional uint32 app_id = 1;
|
||||
optional string opf_settings = 2;
|
||||
}
|
||||
|
||||
service FovasVideo {
|
||||
rpc ClientGetOPFSettings (.CFovasVideo_ClientGetOPFSettings_Request) returns (.CFovasVideo_ClientGetOPFSettings_Response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user