cannam@86: cannam@86: cannam@86:
cannam@86:libvorbis documentation |
cannam@86: libvorbis version 1.3.2 - 20101101 |
cannam@86:
declared in "vorbis/codec.h"
cannam@86: cannam@86:cannam@86: The vorbis_dsp_state structure is the state for one instance of the cannam@86: Vorbis encoder or decoder. cannam@86:
cannam@86: This structure is intended to be private. Although the fields are given cannam@86: in the header file, they should not be directly modified or relied upon cannam@86: in any way. cannam@86:
cannam@86: cannam@86:
cannam@86: typedef struct vorbis_dsp_state{ cannam@86: /* private */ cannam@86: } vorbis_dsp_state;cannam@86: |
cannam@86:
copyright © 2010 Xiph.Org |
cannam@86: cannam@86: |
libvorbis documentation |
cannam@86: libvorbis version 1.3.2 - 20101101 |
cannam@86: