Table of Contents

Enum TSAnalyzerMode

Namespace
VisioForge.Core.Types.X.Special
Assembly
VisioForge.Core.dll

Operating mode of the TSAnalyzerBlock.

public enum TSAnalyzerMode

Fields

Input = 0

Terminal analyzer: the block accepts the MPEG-TS stream and analyzes it without producing a passthrough output. Connect it as a sink-like leaf.

InputOutput = 1

Passthrough analyzer: the MPEG-TS stream is forwarded unchanged to the output pad while being analyzed inline. Use it for live monitoring in the middle of an existing pipeline.