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