Ejemplo n.º 1
0
 public int decode_packetin(ogg.Packet packet)
 {
     return(theora_decode_packetin(native, packet.native));
 }
Ejemplo n.º 2
0
 public int synthesis(ogg.Packet packet)
 {
     return(vorbis_synthesis(native, packet.native));
 }
Ejemplo n.º 3
0
 public int decode_header(Comment comment, ogg.Packet packet)
 {
     return(theora_decode_header(native, comment.native, packet.native));
 }
Ejemplo n.º 4
0
 public int synthesis_headerin(Comment comment, ogg.Packet packet)
 {
     return(vorbis_synthesis_headerin(native, comment.native, packet.native));
 }