Table of Contents

Enum PipelineDiagramMode

Namespace
VisioForge.Core.MediaBlocks.Diagram
Assembly
VisioForge.Core.dll

Specifies the level of detail shown in the pipeline diagram.

public enum PipelineDiagramMode

Fields

HighLevel = 0

Shows only MediaBlock nodes and their inter-block connections. Works before the pipeline is built (uses logical pad connections).

Detailed = 1

Shows all pads explicitly with media types, connection details, and pad-level annotations. Mirrors the information a GStreamer DOT export provides.