C# Class TsRemux.PesPacket

Datei anzeigen Open project: antiochus/tsremux Class Usage Examples

Public Methods

Method Description
AddData ( List moredata ) : void
AddData ( byte buff, int offset, int length ) : void
GetData ( ) : byte[]
GetHeader ( ) : PesHeader
GetPayload ( ) : byte[]
PesPacket ( byte buff, int offset, int length, ushort pid ) : System
this ( int i ) : byte

Method Details

AddData() public method

public AddData ( List moredata ) : void
moredata List
return void

AddData() public method

public AddData ( byte buff, int offset, int length ) : void
buff byte
offset int
length int
return void

GetData() public method

public GetData ( ) : byte[]
return byte[]

GetHeader() public method

public GetHeader ( ) : PesHeader
return PesHeader

GetPayload() public method

public GetPayload ( ) : byte[]
return byte[]

PesPacket() public method

public PesPacket ( byte buff, int offset, int length, ushort pid ) : System
buff byte
offset int
length int
pid ushort
return System

this() public method

public this ( int i ) : byte
i int
return byte