C# Class org.diracvideo.Jirac.Queue

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

Protected Properties

Свойство Type Description
free Node
obj object

Méthodes publiques

Méthode Description
Cyclic ( ) : bool
Empty ( ) : bool
Pull ( ) : Picture
Push ( Picture p ) : void

Method Details

Cyclic() public méthode

public Cyclic ( ) : bool
Résultat bool

Empty() public méthode

public Empty ( ) : bool
Résultat bool

Pull() public méthode

public Pull ( ) : Picture
Résultat Picture

Push() public méthode

public Push ( Picture p ) : void
p Picture
Résultat void

Property Details

free protected_oe property

protected Node,org.diracvideo.Jirac free
Résultat Node

obj protected_oe property

protected object obj
Résultat object