C# Class TsRemux.ElementaryParse

Mostrar archivo Open project: antiochus/tsremux

Protected Properties

Property Type Description
indicator int
mData byte[]

Public Methods

Method Description
ElementaryParse ( ) : System

Protected Methods

Method Description
GetNextBit ( ) : byte

Method Details

ElementaryParse() public method

public ElementaryParse ( ) : System
return System

GetNextBit() protected method

protected GetNextBit ( ) : byte
return byte

Property Details

indicator protected_oe property

protected int indicator
return int

mData protected_oe property

protected byte[] mData
return byte[]