C# Class org.diracvideo.Jirac.Cache

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

Méthodes publiques

Méthode Description
Add ( int n, Block refs ) : void
Cache ( int n )
Get ( int n, bool upscaled ) : Block[]
Has ( int n ) : bool
Remove ( int n ) : void

Private Methods

Méthode Description
GetIndex ( int n ) : int
ShiftFrom ( int i ) : void

Method Details

Add() public méthode

public Add ( int n, Block refs ) : void
n int
refs Block
Résultat void

Cache() public méthode

public Cache ( int n )
n int

Get() public méthode

public Get ( int n, bool upscaled ) : Block[]
n int
upscaled bool
Résultat Block[]

Has() public méthode

public Has ( int n ) : bool
n int
Résultat bool

Remove() public méthode

public Remove ( int n ) : void
n int
Résultat void