MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
GlobalNetworkConfig.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MayaFlux::Core::EndpointInfo
 Describes one logical send/receive endpoint managed by a backend. More...
 
struct  MayaFlux::Core::GlobalNetworkConfig
 Configuration for the NetworkSubsystem. More...
 
struct  MayaFlux::Core::NetworkMessage
 A received datagram or framed message with sender metadata. More...
 
struct  MayaFlux::Core::SharedMemoryBackendInfo
 Configuration for local inter-process shared memory transport. More...
 
struct  MayaFlux::Core::TCPBackendInfo
 Configuration for the TCP transport backend. More...
 
struct  MayaFlux::Core::UDPBackendInfo
 Configuration for the UDP transport backend. More...
 

Namespaces

namespace  MayaFlux
 Main namespace for the Maya Flux audio engine.
 
namespace  MayaFlux::Core
 

Enumerations

enum class  MayaFlux::Core::EndpointRole : uint8_t { MayaFlux::Core::SEND , MayaFlux::Core::RECEIVE , MayaFlux::Core::BIDIRECTIONAL }
 Whether an endpoint sends, receives, or both. More...
 
enum class  MayaFlux::Core::EndpointState : uint8_t {
  MayaFlux::Core::CLOSED , MayaFlux::Core::OPENING , MayaFlux::Core::OPEN , MayaFlux::Core::ERROR ,
  MayaFlux::Core::RECONNECTING
}
 Observable connection state for an endpoint. More...
 
enum class  MayaFlux::Core::NetworkTransport : uint8_t { MayaFlux::Core::UDP , MayaFlux::Core::TCP , MayaFlux::Core::SHARED_MEMORY }
 Identifies the transport protocol a backend implements. More...