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