Table of Contents

Enum MediaBlockPadDirection

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

Specifies the data flow direction for a MediaBlockPad, determining whether it receives or sends media data. This enumeration defines the role of a pad in the MediaBlocks pipeline system.

public enum MediaBlockPadDirection

Fields

In = 0

Input (sink) pad that receives media data from other blocks. Data flows INTO the block through this pad.

Out = 1

Output (source) pad that sends media data to other blocks. Data flows OUT OF the block through this pad.