Initial version

This commit is contained in:
Lol3rrr
2024-09-15 05:09:15 +02:00
commit c7aa4dbe8c
489 changed files with 124650 additions and 0 deletions

View 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);
}