C# Class TsRemux.TsTable

Inheritance: TsPacket
ファイルを表示 Open project: antiochus/tsremux

Public Methods

Method Description
AddData ( byte data, int offset, int len ) : void
TsTable ( ) : System
TsTable ( byte data ) : System

Protected Methods

Method Description
RefreshCrc ( ) : void

Method Details

AddData() public method

public AddData ( byte data, int offset, int len ) : void
data byte
offset int
len int
return void

RefreshCrc() protected method

protected RefreshCrc ( ) : void
return void

TsTable() public method

public TsTable ( ) : System
return System

TsTable() public method

public TsTable ( byte data ) : System
data byte
return System