Method | Description | |
---|---|---|
GetPSITable ( int pid, int tableId, IMpeg2Data mpeg2Data ) : CodeTV.PSI.PSISection[] | ||
Parse ( byte data ) : void | ||
ParseTable ( int tableId, byte data ) : |
||
ToString ( ) : string | ||
ToStringByteArray ( byte pData, int start, int size, int width, string prefix ) : string | ||
ToStringSectionOnly ( string prefix ) : string |
public static GetPSITable ( int pid, int tableId, IMpeg2Data mpeg2Data ) : CodeTV.PSI.PSISection[] | ||
pid | int | |
tableId | int | |
mpeg2Data | IMpeg2Data | |
return | CodeTV.PSI.PSISection[] |
public static ParseTable ( int tableId, byte data ) : |
||
tableId | int | |
data | byte | |
return |
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 |
public ToStringSectionOnly ( string prefix ) : string | ||
prefix | string | |
return | string |