C# 클래스 CodeTV.PSI.PSISection

파일 보기 프로젝트 열기: dgis/CodeTV 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetPSITable() 공개 정적인 메소드

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

Parse() 공개 메소드

public Parse ( byte data ) : void
data byte
리턴 void

ParseTable() 공개 정적인 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToStringByteArray() 공개 정적인 메소드

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

ToStringSectionOnly() 공개 메소드

public ToStringSectionOnly ( string prefix ) : string
prefix string
리턴 string