示例#1
0
文件: Codec.cs 项目: bclnet/DroidNet
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_synthesis_headerin(vorbis_info *vi, vorbis_comment *vc, ogg_packet *op);
示例#2
0
文件: Codec.cs 项目: bclnet/DroidNet
 [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);
示例#3
0
文件: Codec.cs 项目: bclnet/DroidNet
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_commentheader_out(vorbis_comment *vc, ogg_packet *op);
示例#4
0
文件: Codec.cs 项目: bclnet/DroidNet
 [DllImport(LibraryName, ExactSpelling = true)] public static extern void vorbis_comment_clear(vorbis_comment *vc);
示例#5
0
文件: Codec.cs 项目: bclnet/DroidNet
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int vorbis_comment_query_count(vorbis_comment *vc, byte *tag);
示例#6
0
文件: Codec.cs 项目: bclnet/DroidNet
 [DllImport(LibraryName, ExactSpelling = true)] public static extern void vorbis_comment_add_tag(vorbis_comment *vc, byte *tag, byte *contents);