MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ ~NetworkSink()

MayaFlux::Portal::Network::NetworkSink::~NetworkSink ( )

Close the endpoint and release resources.

Definition at line 68 of file NetworkSink.cpp.

69{
70 if (m_endpoint_id == 0 || !m_service) {
71 return;
72 }
74}
Registry::Service::NetworkService * m_service
std::function< void(uint64_t endpoint_id)> close_endpoint
Close an endpoint.

References MayaFlux::Registry::Service::NetworkService::close_endpoint, m_endpoint_id, and m_service.