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