"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "xmovie-1.9.13/quicktime/libogg-1.0/doc/ogg/ogg_stream_packetin.html" of archive xmovie-1.9.13-src.tar.gz:
Caution: In this restricted "SfR Fresh" environment the current HTML page may not be correctly presentated and may have some non-functional links.
Alternatively you can here view or download the uninterpreted source code.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
libogg documentation |
libogg release 1.0 - 20000615 |
ogg_stream_packetin
declared in "ogg/ogg.h";
This function takes a packet and submits it to the bitstream. After this is called, we can continue submitting packets, or we can write out pages.
In a typical decoding situation, this should be used after filling a packet with data
int ogg_stream_packetin(ogg_stream_state *os,ogg_packet *op);
|
Parameters
- os
- Pointer to a previously declared ogg_stream_state struct.
- op
- Pointer to the packet we are putting into the bitstream.
Return Values
0 is always returned.