C# Class org.diracvideo.Jirac.Decoder

Show file 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 property

public Exception,System e
return System.Exception

ev public static property

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

format public property

public VideoFormat format
return VideoFormat

inQueue public property

public Queue,org.diracvideo.Jirac inQueue
return Queue

refs public property

public Cache,org.diracvideo.Jirac refs
return Cache

status public property

public Status status
return Status