-
-
Notifications
You must be signed in to change notification settings - Fork 16
Add bindings for metrics functions #141
Copy link
Copy link
Open
Labels
category: apiTask related to API updatesTask related to API updatescategory: jniJNI-related tasksJNI-related tasksgood first issueGood for newcomersGood for newcomershelp wantedContributions are welcomeContributions are welcome
Description
Activity
Metadata
Metadata
Assignees
Labels
category: apiTask related to API updatesTask related to API updatescategory: jniJNI-related tasksJNI-related tasksgood first issueGood for newcomersGood for newcomershelp wantedContributions are welcomeContributions are welcome
We need to add bindings for C functions
roc_sender_query()(becomesRocSender.Query()in Java) androc_receiver_query()(becomesRocReceiver.Query()).New functions should be covered with simple tests.
Documentation for C API can be found here: https://roc-streaming.org/toolkit/docs/api/reference.html
C headers are here: sender.h, receiver.h.