Expand description
ControlApi definitions.
Modules§
Structs§
- Endpoint
- Media
Elementflowing one or more media data streams through itself. - Member
- Media
Elementrepresenting a client authorized to participate in some bigger media pipeline (Room, for example). - Ping
Pingmessage received by a media server periodically for probing its healthiness.- Pipeline
- A hash map implemented with quadratic probing and SIMD lookup.
- Pong
Pongmessage sent by a media server in response to a receivedPingmessage.- Room
- Media
Elementrepresenting a single space where multipleMembers can interact with each other.
Enums§
- Element
- All possible media elements of
ControlApi. - Fid
- FID (Full ID) is a composition of media
ElementIDs referring to someElementon a whole media server uniquely. - Parse
FidError - Possible errors of parsing a
Fid. - Request
- Request for creating or applying an
Elementon a media server. - Root
Element - Possible
Elements allowed to act as a root ofControlApistatic spec.
Traits§
- Api
- API allowing to control a media server dynamically, by creating, updating
and destroying pipelines of media
Elements on it.