C# Class CodeTV.PSI.PSISection

Show file Open project: dgis/CodeTV Class Usage Examples

Public Methods

Method Description
GetPSITable ( int pid, int tableId, IMpeg2Data mpeg2Data ) : CodeTV.PSI.PSISection[]
Parse ( byte data ) : void
ParseTable ( int tableId, byte data ) : PSISection
ToString ( ) : string
ToStringByteArray ( byte pData, int start, int size, int width, string prefix ) : string
ToStringSectionOnly ( string prefix ) : string

Method Details

GetPSITable() public static method

public static GetPSITable ( int pid, int tableId, IMpeg2Data mpeg2Data ) : CodeTV.PSI.PSISection[]
pid int
tableId int
mpeg2Data IMpeg2Data
return CodeTV.PSI.PSISection[]

Parse() public method

public Parse ( byte data ) : void
data byte
return void

ParseTable() public static method

public static ParseTable ( int tableId, byte data ) : PSISection
tableId int
data byte
return PSISection

ToString() public method

public ToString ( ) : string
return string

ToStringByteArray() public static method

public static ToStringByteArray ( byte pData, int start, int size, int width, string prefix ) : string
pData byte
start int
size int
width int
prefix string
return string

ToStringSectionOnly() public method

public ToStringSectionOnly ( string prefix ) : string
prefix string
return string