C# Class csvorbis.DspState

Mostra file Open project: secred/Tachycardia Class Usage Examples

Public Properties

Property Type Description
sequence long

Public Methods

Method 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

Method 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 method

public DspState ( ) : System
return System

DspState() public method

public DspState ( Info vi ) : System
vi Info
return System

clear() public method

public clear ( ) : void
return void

synthesis_blockin() public method

public synthesis_blockin ( Block vb ) : int
vb Block
return int

synthesis_init() public method

public synthesis_init ( Info vi ) : int
vi Info
return int

synthesis_pcmout() public method

public synthesis_pcmout ( float _pcm, int index ) : int
_pcm float
index int
return int

synthesis_read() public method

public synthesis_read ( int bytes ) : int
bytes int
return int

Property Details

sequence public_oe property

public long sequence
return long