C# Class TsRemux.ElementaryParse

Afficher le fichier Open project: antiochus/tsremux

Protected Properties

Свойство Type Description
indicator int
mData byte[]

Méthodes publiques

Méthode Description
ElementaryParse ( ) : System

Méthodes protégées

Méthode Description
GetNextBit ( ) : byte

Method Details

ElementaryParse() public méthode

public ElementaryParse ( ) : System
Résultat System

GetNextBit() protected méthode

protected GetNextBit ( ) : byte
Résultat byte

Property Details

indicator protected_oe property

protected int indicator
Résultat int

mData protected_oe property

protected byte[] mData
Résultat byte[]