示例#1
0
 internal static extern void vorbis_comment_clear(ref vorbis_comment vc);
示例#2
0
 internal static extern string vorbis_comment_query(ref vorbis_comment vc, string tag, short count);
示例#3
0
 internal static extern int vorbis_comment_query_count(ref vorbis_comment vc, string tag);
示例#4
0
 internal static extern void vorbis_comment_add(ref vorbis_comment vc, string comment);
示例#5
0
 internal static extern void vorbis_comment_add_tag(ref vorbis_comment vc, string tag, string contents);
示例#6
0
 internal VorbisComment(vorbis_comment comment)
 {
     Vendor = Marshal.PtrToStringAnsi(comment.vendor);
 }
示例#7
0
 internal static extern void vorbis_comment_init(ref vorbis_comment vc);
示例#8
0
文件: Vorbis.cs 项目: ermau/Symphony
 public static extern int vorbis_synthesis_headerin(ref vorbis_info vi, ref vorbis_comment vc, ref ogg_packet op);
示例#9
0
文件: Vorbis.cs 项目: ermau/Symphony
 public static extern int vorbis_commentheader_in(ref vorbis_info vi, ref vorbis_comment vc, ref ogg_packet op);
示例#10
0
 internal static extern string vorbis_comment_query(ref vorbis_comment vc, string tag, short count);
示例#11
0
 internal static extern int vorbis_comment_query_count(ref vorbis_comment vc, string tag);
示例#12
0
 internal static extern void vorbis_comment_init(ref vorbis_comment vc);
示例#13
0
 internal static extern void vorbis_comment_clear(ref vorbis_comment vc);
示例#14
0
 internal static extern void vorbis_comment_add_tag(ref vorbis_comment vc, string tag, string contents);
示例#15
0
 internal static extern void vorbis_comment_add(ref vorbis_comment vc, string comment);
示例#16
0
 internal VorbisComment(vorbis_comment comment)
 {
     Vendor = Marshal.PtrToStringAnsi (comment.vendor);
 }