cannam@86: cannam@86: cannam@86:
cannam@86:libogg documentation |
cannam@86: libogg release 1.3.0 - 20110804 |
cannam@86:
declared in "ogg/ogg.h";
cannam@86: cannam@86:This function submits a packet to the bitstream for page cannam@86: encapsulation. After this is called, more packets can be submitted, cannam@86: or pages can be written out.
cannam@86: cannam@86:In a typical encoding situation, this should be used after filling a
cannam@86: packet with data.
cannam@86: The data in the packet is copied into the internal storage managed by
cannam@86: the ogg_stream_state, so the caller
cannam@86: is free to alter the contents of op after this call has returned.
cannam@86:
cannam@86:
cannam@86:
cannam@86: cannam@86: int ogg_stream_packetin(ogg_stream_state *os,ogg_packet *op); cannam@86:cannam@86: |
cannam@86:
cannam@86:cannam@86:cannam@86: 0 returned on success. -1 returned in the event of internal error. cannam@86:
cannam@86:
cannam@86:
cannam@86:
copyright © 2000-2011 Xiph.Org |
cannam@86: cannam@86: |
libogg documentation |
cannam@86: libogg release 1.3.0 - 20110804 |
cannam@86: