Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Validate endpoint protocols consistency. More...
Go to the source code of this file.
Namespaces | |
roc | |
Root namespace. | |
roc::pipeline | |
Sender and receiver processing pipelines. | |
Functions | |
bool | roc::pipeline::validate_endpoint (address::Interface iface, address::Protocol proto) |
Validate endpoint type and protocol. More... | |
bool | roc::pipeline::validate_endpoint_and_pipeline_consistency (packet::FecScheme pipeline_fec_scheme, address::Interface iface, address::Protocol proto) |
Validate consistency of the endpoint and the pipeline FEC scheme. More... | |
bool | roc::pipeline::validate_endpoint_pair_consistency (address::Protocol source_proto, address::Protocol repair_proto) |
Validate consistency of the two endpoints. More... | |
Validate endpoint protocols consistency.
Definition in file endpoint_helpers.h.