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