C# 클래스 org.diracvideo.Jirac.Decoder

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

공개 프로퍼티들

프로퍼티 타입 설명
e System.Exception
ev System.Threading.AutoResetEvent
format VideoFormat
inQueue Queue
refs Cache
status Status

공개 메소드들

메소드 설명
Decode ( ) : void
Decoder ( ) : System
Done ( ) : bool
Pull ( ) : Picture
Push ( byte d, int s, int e ) : void

비공개 메소드들

메소드 설명
Dispatch ( Buffer b ) : void
Push ( Buffer buf ) : void

메소드 상세

Decode() 공개 메소드

public Decode ( ) : void
리턴 void

Decoder() 공개 메소드

public Decoder ( ) : System
리턴 System

Done() 공개 메소드

public Done ( ) : bool
리턴 bool

Pull() 공개 메소드

public Pull ( ) : Picture
리턴 Picture

Push() 공개 메소드

public Push ( byte d, int s, int e ) : void
d byte
s int
e int
리턴 void

프로퍼티 상세

e 공개적으로 프로퍼티

public Exception,System e
리턴 System.Exception

ev 공개적으로 정적으로 프로퍼티

public static AutoResetEvent,System.Threading ev
리턴 System.Threading.AutoResetEvent

format 공개적으로 프로퍼티

public VideoFormat format
리턴 VideoFormat

inQueue 공개적으로 프로퍼티

public Queue,org.diracvideo.Jirac inQueue
리턴 Queue

refs 공개적으로 프로퍼티

public Cache,org.diracvideo.Jirac refs
리턴 Cache

status 공개적으로 프로퍼티

public Status status
리턴 Status