Class YAMLBlock
- Namespace
- VisioForge.Core.MediaBlocks
- Assembly
- VisioForge.Core.dll
Represents a MediaBlock configuration in YAML format for serialization and deserialization. This class provides a lightweight data structure for storing and transferring MediaBlock settings in a human-readable YAML format, enabling pipeline configuration persistence and sharing. Used primarily for saving and loading pipeline configurations.
public class YAMLBlockInheritance
Inherited Members
Properties
Name
Gets or sets the unique name identifier for the MediaBlock. This name is used to reference the block within the pipeline configuration and must be unique within a pipeline to avoid conflicts.
public string Name { get; set; }