Expand description
gRPC-based Control API implementation.
Modules§
Structs§
- Callback
ApiClient - Service for receiving callbacks from a media server.
- Callback
ApiServer - Service for receiving callbacks from a media server.
- Callback
Url - URL representing a gRPC callback implementing
CallbackApi. - Control
ApiClient - Service allowing to control a media server dynamically, by creating, updating
and destroying pipelines of media
Elements on it. - Control
ApiServer - Service allowing to control a media server dynamically, by creating, updating
and destroying pipelines of media
Elements on it.
Enums§
- Callback
ApiClient Error - Possible errors of
CallbackApiClient. - Callback
UrlParse Error - Error of parsing a
CallbackUrl. - Control
ApiClient Error - Possible errors of
ControlApiClient. - Protobuf
Error - Possible errors of deserializing types from gRPC spec.