|
liboggz
1.1.1
|
| Oggz parses Ogg bitstreams, forming ogg_packet structures, and calling your OggzReadPacket callback(s) | |
| Oggz can seek on multitrack, multicodec bitstreams | |
| Force feeding involves synchronously: | |
| You can add packets to the Oggz packet queue only when it is "hungry" by providing an OggzHungry callback | |
| Oggz maintains a packet queue, such that you can independently add packets to the queue and write an Ogg bitstream |
1.8.1.1