|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| bool MayaFlux::Portal::Network::NetworkSink::send | ( | ByteView | data | ) | const |
Send bytes through this sink's endpoint.
| data | Read-only byte view of the payload. |
For UDP: non-blocking sendto() to the address in StreamConfig::endpoint. For TCP: writes a framed message; may block briefly on backpressure.
Definition at line 100 of file NetworkSink.cpp.
References m_endpoint_id, m_service, and MayaFlux::Registry::Service::NetworkService::send.