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 is used to destroy an ogg_sync_state struct and free all memory used.
cannam@86: cannam@86:Note this calls free() on its argument so you should only use this cannam@86: function if you've allocated the ogg_sync_state on the heap. If it is cannam@86: allocated on the stack, or it will otherwise be freed by your cannam@86: own code, use ogg_sync_clear instead cannam@86: to release just the internal memory.
cannam@86: cannam@86:
cannam@86: cannam@86: int ogg_sync_destroy(ogg_sync_state *oy); cannam@86:cannam@86: |
cannam@86:
cannam@86:cannam@86:cannam@86: 0 is always returned. 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: