Ejemplo n.º 1
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_synthesis_headerin(vorbis_info *vi, vorbis_comment *vc, ogg_packet *op);
Ejemplo n.º 2
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.º 3
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_commentheader_out(vorbis_comment *vc, ogg_packet *op);
Ejemplo n.º 4
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern void vorbis_comment_clear(vorbis_comment *vc);
Ejemplo n.º 5
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_comment_query_count(vorbis_comment *vc, byte *tag);
Ejemplo n.º 6
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern void vorbis_comment_add_tag(vorbis_comment *vc, byte *tag, byte *contents);