Esempio n. 1
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern long vorbis_packet_blocksize(vorbis_info *vi, ogg_packet *op);
Esempio n. 2
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_synthesis_headerin(vorbis_info *vi, vorbis_comment *vc, ogg_packet *op);
Esempio n. 3
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_synthesis_trackonly(vorbis_block *vb, ogg_packet *op);
Esempio n. 4
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd, ogg_packet *op);
Esempio n. 5
0
 // Vorbis PRIMITIVES: synthesis layer
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_synthesis_idheader(ogg_packet *op);
Esempio n. 6
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_analysis(vorbis_block *vb, ogg_packet *op);
Esempio n. 7
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. 8
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_commentheader_out(vorbis_comment *vc, ogg_packet *op);
Esempio n. 9
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern void ogg_packet_clear(ogg_packet *op);
Esempio n. 10
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int ogg_stream_packetpeek(ogg_stream_state *os, ogg_packet *op);