예제 #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);