Chris@1: Chris@1: Chris@1:
Chris@1:libogg documentation |
Chris@1: libogg release 1.3.0 - 20110804 |
Chris@1:
declared in "ogg/ogg.h";
Chris@1: Chris@1:This function is used to destroy an ogg_sync_state struct and free all memory used.
Chris@1: Chris@1:Note this calls free() on its argument so you should only use this Chris@1: function if you've allocated the ogg_sync_state on the heap. If it is Chris@1: allocated on the stack, or it will otherwise be freed by your Chris@1: own code, use ogg_sync_clear instead Chris@1: to release just the internal memory.
Chris@1: Chris@1:
Chris@1: Chris@1: int ogg_sync_destroy(ogg_sync_state *oy); Chris@1:Chris@1: |
Chris@1:
Chris@1:Chris@1:Chris@1: 0 is always returned. Chris@1:
Chris@1:
Chris@1:
Chris@1:
copyright © 2000-2011 Xiph.Org |
Chris@1: Chris@1: |
libogg documentation |
Chris@1: libogg release 1.3.0 - 20110804 |
Chris@1: