コード例 #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);