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