C# Class NewTOAPIA.Media.Audio.Speex.speex

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
SPEEX_COPY ( byte dst, byte src, int n ) : void
SPEEX_COPY ( byte dst, int dstoffset, byte src, int srcoffset, int n ) : void
SPEEX_MEMSET ( byte dst, byte c, int n ) : void
SPEEX_MEMSET ( byte dst, int offset, byte c, int n ) : void
SPEEX_MOVE ( byte dst, int offset, int n ) : void
_speex_fatal ( string str, string file, int line ) : void
_speex_putc ( byte ch, Stream file ) : void
alloc ( int size ) : byte[]
alloc_scratch ( int size ) : byte[]
free ( byte ptr ) : void
free_scratch ( byte ptr ) : void
notify ( string str ) : void
print_vec ( float vec, int len, string name ) : void
realloc ( byte ptr, int size ) : byte[]
speex_decoder_destroy ( void state ) : void
speex_encoder_destroy ( void state ) : void
warning ( string str ) : void
warning_int ( string str, int val ) : void

Private Methods

Méthode Description
speex_decode ( void state, SpeexBits bits, float out ) : int
speex_decode_int ( void state, SpeexBits bits, spx_int16_t out ) : int
speex_decoder_ctl ( void state, int request, void ptr ) : int
speex_decoder_init ( SpeexMode mode ) : void*
speex_encode ( void state, float SpeexBits ) : int
speex_encode_int ( void state, spx_int16_t SpeexBits ) : int
speex_encoder_ctl ( void state, int request, void ptr ) : int
speex_encoder_init ( SpeexMode mode ) : void*
speex_lib_ctl ( int request, void ptr ) : int
speex_mode_query ( SpeexMode mode, int request, void ptr ) : int

Method Details

SPEEX_COPY() public static méthode

public static SPEEX_COPY ( byte dst, byte src, int n ) : void
dst byte
src byte
n int
Résultat void

SPEEX_COPY() public static méthode

public static SPEEX_COPY ( byte dst, int dstoffset, byte src, int srcoffset, int n ) : void
dst byte
dstoffset int
src byte
srcoffset int
n int
Résultat void

SPEEX_MEMSET() public static méthode

public static SPEEX_MEMSET ( byte dst, byte c, int n ) : void
dst byte
c byte
n int
Résultat void

SPEEX_MEMSET() public static méthode

public static SPEEX_MEMSET ( byte dst, int offset, byte c, int n ) : void
dst byte
offset int
c byte
n int
Résultat void

SPEEX_MOVE() public static méthode

public static SPEEX_MOVE ( byte dst, int offset, int n ) : void
dst byte
offset int
n int
Résultat void

_speex_fatal() public static méthode

public static _speex_fatal ( string str, string file, int line ) : void
str string
file string
line int
Résultat void

_speex_putc() public static méthode

public static _speex_putc ( byte ch, Stream file ) : void
ch byte
file Stream
Résultat void

alloc() public static méthode

public static alloc ( int size ) : byte[]
size int
Résultat byte[]

alloc_scratch() public static méthode

public static alloc_scratch ( int size ) : byte[]
size int
Résultat byte[]

free() public static méthode

public static free ( byte ptr ) : void
ptr byte
Résultat void

free_scratch() public static méthode

public static free_scratch ( byte ptr ) : void
ptr byte
Résultat void

notify() public static méthode

public static notify ( string str ) : void
str string
Résultat void

print_vec() public static méthode

public static print_vec ( float vec, int len, string name ) : void
vec float
len int
name string
Résultat void

realloc() public static méthode

public static realloc ( byte ptr, int size ) : byte[]
ptr byte
size int
Résultat byte[]

speex_decoder_destroy() public méthode

public speex_decoder_destroy ( void state ) : void
state void
Résultat void

speex_encoder_destroy() public méthode

public speex_encoder_destroy ( void state ) : void
state void
Résultat void

warning() public static méthode

public static warning ( string str ) : void
str string
Résultat void

warning_int() public static méthode

public static warning_int ( string str, int val ) : void
str string
val int
Résultat void