Esempio n. 1
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_synthesis_read(vorbis_dsp_state *v, int samples);
Esempio n. 2
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_synthesis_blockin(vorbis_dsp_state *v, vorbis_block *vb);
Esempio n. 3
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_synthesis_lapout(vorbis_dsp_state *v, float ***pcm);
Esempio n. 4
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_synthesis_init(vorbis_dsp_state *v, vorbis_info *vi);
Esempio n. 5
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_synthesis_restart(vorbis_dsp_state *v);
Esempio n. 6
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_analysis_blockout(vorbis_dsp_state *v, vorbis_block *vb);
Esempio n. 7
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd, ogg_packet *op);
Esempio n. 8
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_analysis_wrote(vorbis_dsp_state *v, int vals);
Esempio n. 9
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern float **vorbis_analysis_buffer(vorbis_dsp_state *v, int vals);
Esempio n. 10
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_analysis_headerout(vorbis_dsp_state *v, vorbis_comment *vc, ogg_packet *op, ogg_packet *op_comm, ogg_packet *op_code);
Esempio n. 11
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern double vorbis_granule_time(vorbis_dsp_state *v, long granulepos);
Esempio n. 12
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern void vorbis_dsp_clear(vorbis_dsp_state *v);