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 free the internal storage of an ogg_sync_state struct and resets the struct to the initial state. To free the entire struct, ogg_sync_destroy should be used instead. In situations where the struct needs to be reset but the internal storage does not need to be freed, ogg_sync_reset should be used.
cannam@86:
cannam@86:
cannam@86:
cannam@86: cannam@86: int ogg_sync_clear(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: