From 373dc625f82b47096893add42c4472e4a57ab7eb Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 9 Feb 2022 22:23:03 +0100 Subject: Moved third-party libraries to a separate subdirectory --- contrib/vorbis/doc/libvorbis/vorbis_dsp_state.html | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 contrib/vorbis/doc/libvorbis/vorbis_dsp_state.html (limited to 'contrib/vorbis/doc/libvorbis/vorbis_dsp_state.html') diff --git a/contrib/vorbis/doc/libvorbis/vorbis_dsp_state.html b/contrib/vorbis/doc/libvorbis/vorbis_dsp_state.html new file mode 100644 index 0000000..b8baf9c --- /dev/null +++ b/contrib/vorbis/doc/libvorbis/vorbis_dsp_state.html @@ -0,0 +1,57 @@ + + + +libvorbis - datatype - vorbis_dsp_state + + + + + + + + + +

libvorbis documentation

libvorbis version 1.3.2 - 20101101

+ +

vorbis_dsp_state

+ +

declared in "vorbis/codec.h"

+ +

+The vorbis_dsp_state structure is the state for one instance of the +Vorbis encoder or decoder. +

+This structure is intended to be private. Although the fields are given +in the header file, they should not be directly modified or relied upon +in any way. +

+ + + + + +
+
typedef struct vorbis_dsp_state{
+  /* private */
+} vorbis_dsp_state;
+
+ +

Parameters

+ + + +

+
+ + + + + + + + +

copyright © 2010 Xiph.Org

Ogg Vorbis

libvorbis documentation

libvorbis version 1.3.2 - 20101101

+ + + + -- cgit v1.1