search for: modein

Displaying 4 results from an estimated 4 matches for "modein".

Did you mean: modeid
2007 Feb 09
1
speex in C# please help
..._init; public IntPtr enc_destroy; public IntPtr enc; public IntPtr dec_init; public IntPtr dec_destroy; public IntPtr dec; public IntPtr enc_ctl; public IntPtr dec_ctl; } #endregion #region Exported Methods [DllImport(libpath)] public static extern void *speex_encoder_init(ref SpeexMode modein); [DllImport(libpath,EntryPoint="speex_lib_get_mode")] public static extern IntPtr speex_lib_get_mode (int modein); [DllImport(libpath)] public static extern int speex_encoder_ctl(void *state , int request , void *ptr); [DllImport(libpath)] public static extern int speex_encoder_set...
2007 Feb 13
1
Re: Speex-dev Digest, Vol 33, Issue 10
...gt; > public IntPtr dec_destroy; > > public IntPtr dec; > > public IntPtr enc_ctl; > > public IntPtr dec_ctl; > > } > > #endregion > > #region Exported Methods > > [DllImport(libpath)] > > public static extern void *speex_encoder_init(ref SpeexMode modein); > > [DllImport(libpath,EntryPoint="speex_lib_get_mode")] > > public static extern IntPtr speex_lib_get_mode (int modein); > > [DllImport(libpath)] > > public static extern int speex_encoder_ctl(void *state , int request , void *ptr); > > [DllImport(libpath)...
2007 Feb 13
0
Re: Speex-dev Digest, Vol 33, Issue 9
...mail.re3.yahoo.com> > Content-Type: text/plain; charset="iso-8859-1" > > hello guys in this forum. > i would like to use speex compression in my voice application. > > but i have a problem . > i have an exception in C# once i try to use speex_lib_get_mode(int modein); > the exception message is "unable to find an entry point for the above function in the libspeex.dll" > > my declaration for that function is: > [(DllImport(libspeex)] > public static extern IntPtr speex_lib_get_mode(int modein); > > please if any one of y...
2007 Feb 15
0
error during make while installing Linphone-1.5.1
...-1256 > > Mohammed Ibrahim a ?crit : > > hello guys this is my code for the C# wrapper. > ... > > Please refrain from posting entire source code files on the list. This > is speex-dev@xiph.org, not debug-my-code@xiph.org. > > > when i call the speex_lib_get_mode(int modein); > > > > in my managed code i have an exception with the message "unable to find an entrypoint for the speex_lib_get_mode in the libspeex.dll file" > > > > please help is there anything something wrong in my wrapper please help or correct my file please. > >...