C# Class org.diracvideo.Jirac.Decoder

显示文件 Open project: mono/csdirac Class Usage Examples

Public Properties

Property Type Description
e System.Exception
ev System.Threading.AutoResetEvent
format VideoFormat
inQueue Queue
refs Cache
status Status

Public Methods

Method Description
Decode ( ) : void
Decoder ( ) : System
Done ( ) : bool
Pull ( ) : Picture
Push ( byte d, int s, int e ) : void

Private Methods

Method Description
Dispatch ( Buffer b ) : void
Push ( Buffer buf ) : void

Method Details

Decode() public method

public Decode ( ) : void
return void

Decoder() public method

public Decoder ( ) : System
return System

Done() public method

public Done ( ) : bool
return bool

Pull() public method

public Pull ( ) : Picture
return Picture

Push() public method

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

Property Details

e public_oe property

public Exception,System e
return System.Exception

ev public_oe static_oe property

public static AutoResetEvent,System.Threading ev
return System.Threading.AutoResetEvent

format public_oe property

public VideoFormat format
return VideoFormat

inQueue public_oe property

public Queue,org.diracvideo.Jirac inQueue
return Queue

refs public_oe property

public Cache,org.diracvideo.Jirac refs
return Cache

status public_oe property

public Status status
return Status