Ejemplo n.º 1
0
 public static extern int vorbis_synthesis(ref vorbis_block vb, ref ogg_packet op);
Ejemplo n.º 2
0
 public static extern int vorbis_commentheader_in(ref vorbis_info vi, ref vorbis_comment vc, ref ogg_packet op);
Ejemplo n.º 3
0
 public static extern long vorbis_packet_blocksize(ref vorbis_info vi, ref ogg_packet op);
Ejemplo n.º 4
0
 public static extern bool vorbis_synthesis_idheader(ref ogg_packet op);