C# 클래스 TsRemux.TsPesFile

상속: PesFile
파일 보기 프로젝트 열기: antiochus/tsremux 1 사용 예제들

공개 메소드들

메소드 설명
GetNextPesPackets ( ) : TsRemux.PesPacket[]
Seek ( System.Int64 pcr ) : void
TsPesFile ( BackgroundWorker bw, int offset ) : System

보호된 메소드들

메소드 설명
GetInitialValues ( ) : void

비공개 메소드들

메소드 설명
GetCurrentPcrFromFile ( ) : System.Int64
GetTimestamps ( ) : void

메소드 상세

GetInitialValues() 보호된 메소드

protected GetInitialValues ( ) : void
리턴 void

GetNextPesPackets() 공개 메소드

public GetNextPesPackets ( ) : TsRemux.PesPacket[]
리턴 TsRemux.PesPacket[]

Seek() 공개 메소드

public Seek ( System.Int64 pcr ) : void
pcr System.Int64
리턴 void

TsPesFile() 공개 메소드

public TsPesFile ( BackgroundWorker bw, int offset ) : System
bw System.ComponentModel.BackgroundWorker
offset int
리턴 System