C# 클래스 TsRemux.SupPesFile

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

공개 메소드들

메소드 설명
GetNextPesPackets ( ) : TsRemux.PesPacket[]
Seek ( long pcr ) : void
SupPesFile ( BackgroundWorker bw ) : System

보호된 메소드들

메소드 설명
GetInitialValues ( ) : void

비공개 메소드들

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

메소드 상세

GetInitialValues() 보호된 메소드

protected GetInitialValues ( ) : void
리턴 void

GetNextPesPackets() 공개 메소드

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

Seek() 공개 메소드

public Seek ( long pcr ) : void
pcr long
리턴 void

SupPesFile() 공개 메소드

public SupPesFile ( BackgroundWorker bw ) : System
bw System.ComponentModel.BackgroundWorker
리턴 System