C# Class csvorbis.DspState

Afficher le fichier Open project: secred/Tachycardia Class Usage Examples

Méthodes publiques

Свойство Type Description
sequence long

Méthodes publiques

Méthode Description
DspState ( ) : System
DspState ( Info vi ) : System
clear ( ) : void
synthesis_blockin ( Block vb ) : int
synthesis_init ( Info vi ) : int
synthesis_pcmout ( float _pcm, int index ) : int
synthesis_read ( int bytes ) : int

Private Methods

Méthode Description
ilog2 ( int v ) : int
init ( Info vi, bool encp ) : int
window ( int type, int wnd, int left, int right ) : float[]

Method Details

DspState() public méthode

public DspState ( ) : System
Résultat System

DspState() public méthode

public DspState ( Info vi ) : System
vi Info
Résultat System

clear() public méthode

public clear ( ) : void
Résultat void

synthesis_blockin() public méthode

public synthesis_blockin ( Block vb ) : int
vb Block
Résultat int

synthesis_init() public méthode

public synthesis_init ( Info vi ) : int
vi Info
Résultat int

synthesis_pcmout() public méthode

public synthesis_pcmout ( float _pcm, int index ) : int
_pcm float
index int
Résultat int

synthesis_read() public méthode

public synthesis_read ( int bytes ) : int
bytes int
Résultat int

Property Details

sequence public_oe property

public long sequence
Résultat long