From 8e94244f86e657e4113e35438e59cf5771882b25 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 3 Mar 2024 12:51:03 +0100 Subject: libogg and libvorbis are no longer part of this source tree --- .../doc/libvorbis/vorbis_synthesis_blockin.html | 69 ---------------------- 1 file changed, 69 deletions(-) delete mode 100644 contrib/vorbis/doc/libvorbis/vorbis_synthesis_blockin.html (limited to 'contrib/vorbis/doc/libvorbis/vorbis_synthesis_blockin.html') diff --git a/contrib/vorbis/doc/libvorbis/vorbis_synthesis_blockin.html b/contrib/vorbis/doc/libvorbis/vorbis_synthesis_blockin.html deleted file mode 100644 index d12fd2a..0000000 --- a/contrib/vorbis/doc/libvorbis/vorbis_synthesis_blockin.html +++ /dev/null @@ -1,69 +0,0 @@ - - - -libvorbis - function - vorbis_synthesis_blockin - - - - - - - - - -

libvorbis documentation

libvorbis version 1.3.2 - 20101101

- -

vorbis_synthesis_blockin

- -

declared in "vorbis/codec.h";

- -

This function submits a vorbis_block -for assembly into the final decoded audio. After calling -this function, decoded audio can be obtained with -vorbis_synthesis_pcmout.

- - - - - -
-

-extern int      vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb);
-
-
- -

Parameters

-
-
v
-
The vorbis_dsp_state for the -decoder instance.
-
vb
-
The vorbis_block to submit. After -this function returns, it can be reused in another call to -vorbis_synthesis.
-
- - -

Return Values

-
-
  • 0 on success.
  • -
  • OV_EINVAL if the decoder is in an invalid state to accept blocks.
  • -
    -

    - -

    -


    - - - - - - - - -

    copyright © 2010 Xiph.Org

    Ogg Vorbis

    libvorbis documentation

    libvorbis version 1.3.2 - 20101101

    - - - - - -- cgit v1.1