C# 클래스 NewTOAPIA.Media.Audio.Speex.speex

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

SPEEX_COPY() 공개 정적인 메소드

public static SPEEX_COPY ( byte dst, byte src, int n ) : void
dst byte
src byte
n int
리턴 void

SPEEX_COPY() 공개 정적인 메소드

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
리턴 void

SPEEX_MEMSET() 공개 정적인 메소드

public static SPEEX_MEMSET ( byte dst, byte c, int n ) : void
dst byte
c byte
n int
리턴 void

SPEEX_MEMSET() 공개 정적인 메소드

public static SPEEX_MEMSET ( byte dst, int offset, byte c, int n ) : void
dst byte
offset int
c byte
n int
리턴 void

SPEEX_MOVE() 공개 정적인 메소드

public static SPEEX_MOVE ( byte dst, int offset, int n ) : void
dst byte
offset int
n int
리턴 void

_speex_fatal() 공개 정적인 메소드

public static _speex_fatal ( string str, string file, int line ) : void
str string
file string
line int
리턴 void

_speex_putc() 공개 정적인 메소드

public static _speex_putc ( byte ch, Stream file ) : void
ch byte
file Stream
리턴 void

alloc() 공개 정적인 메소드

public static alloc ( int size ) : byte[]
size int
리턴 byte[]

alloc_scratch() 공개 정적인 메소드

public static alloc_scratch ( int size ) : byte[]
size int
리턴 byte[]

free() 공개 정적인 메소드

public static free ( byte ptr ) : void
ptr byte
리턴 void

free_scratch() 공개 정적인 메소드

public static free_scratch ( byte ptr ) : void
ptr byte
리턴 void

notify() 공개 정적인 메소드

public static notify ( string str ) : void
str string
리턴 void

print_vec() 공개 정적인 메소드

public static print_vec ( float vec, int len, string name ) : void
vec float
len int
name string
리턴 void

realloc() 공개 정적인 메소드

public static realloc ( byte ptr, int size ) : byte[]
ptr byte
size int
리턴 byte[]

speex_decoder_destroy() 공개 메소드

public speex_decoder_destroy ( void state ) : void
state void
리턴 void

speex_encoder_destroy() 공개 메소드

public speex_encoder_destroy ( void state ) : void
state void
리턴 void

warning() 공개 정적인 메소드

public static warning ( string str ) : void
str string
리턴 void

warning_int() 공개 정적인 메소드

public static warning_int ( string str, int val ) : void
str string
val int
리턴 void