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