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