C# Class CodeTV.PSI.PSISection

Afficher le fichier Open project: dgis/CodeTV Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Parse() public méthode

public Parse ( byte data ) : void
data byte
Résultat void

ParseTable() public static méthode

public static ParseTable ( int tableId, byte data ) : PSISection
tableId int
data byte
Résultat PSISection

ToString() public méthode

public ToString ( ) : string
Résultat string

ToStringByteArray() public static méthode

public static ToStringByteArray ( byte pData, int start, int size, int width, string prefix ) : string
pData byte
start int
size int
width int
prefix string
Résultat string

ToStringSectionOnly() public méthode

public ToStringSectionOnly ( string prefix ) : string
prefix string
Résultat string