C# Class org.diracvideo.Jirac.Decoder

Afficher le fichier Open project: mono/csdirac Class Usage Examples

Méthodes publiques

Свойство Type Description
e System.Exception
ev System.Threading.AutoResetEvent
format VideoFormat
inQueue Queue
refs Cache
status Status

Méthodes publiques

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

Private Methods

Méthode Description
Dispatch ( Buffer b ) : void
Push ( Buffer buf ) : void

Method Details

Decode() public méthode

public Decode ( ) : void
Résultat void

Decoder() public méthode

public Decoder ( ) : System
Résultat System

Done() public méthode

public Done ( ) : bool
Résultat bool

Pull() public méthode

public Pull ( ) : Picture
Résultat Picture

Push() public méthode

public Push ( byte d, int s, int e ) : void
d byte
s int
e int
Résultat void

Property Details

e public_oe property

public Exception,System e
Résultat System.Exception

ev public_oe static_oe property

public static AutoResetEvent,System.Threading ev
Résultat System.Threading.AutoResetEvent

format public_oe property

public VideoFormat format
Résultat VideoFormat

inQueue public_oe property

public Queue,org.diracvideo.Jirac inQueue
Résultat Queue

refs public_oe property

public Cache,org.diracvideo.Jirac refs
Résultat Cache

status public_oe property

public Status status
Résultat Status