Table of Contents

Class TSStreamType

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

Helper that maps MPEG-TS stream_type values to readable names.

public static class TSStreamType

Inheritance

Inherited Members

Methods

GetKind(byte)

Classifies an MPEG-TS stream_type into a coarse media kind.

public static TSPidKind GetKind(byte streamType)

Parameters

streamType byte

The stream_type byte from the PMT.

Returns

TSPidKind

The classified VisioForge.Core.Types.X.Special.TSPidKind.

GetName(byte)

Returns a human-readable codec / content name for an MPEG-TS stream_type.

public static string GetName(byte streamType)

Parameters

streamType byte

The stream_type byte from the PMT.

Returns

string

A readable name.