Table of Contents

Enum BridgeType

Namespace
VisioForge.Core.MediaBlocks.Bridge
Assembly
VisioForge.Core.dll

Defines the types of bridges available for inter-pipeline communication.

public enum BridgeType

Fields

Bridge = 0

General purpose bridge for video, audio, subtitle, or buffer data. Supports dynamic channel updates via UpdateChannel method.

Proxy = 1

Proxy bridge for communication within the same pipeline. Minimal overhead, best for internal routing.

InterPipe = 2

InterPipe bridge for communication across different pipelines in the same process. Zero-copy transfer with support for multiple listeners.

RSInter = 3

Rust-based inter-pipeline bridge for high-performance scenarios. Optimized for low latency and high throughput.