示例#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));
 }