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 --- vorbis/doc/vorbisenc/vorbis_encode_setup_init.html | 88 ---------------------- 1 file changed, 88 deletions(-) delete mode 100644 vorbis/doc/vorbisenc/vorbis_encode_setup_init.html (limited to 'vorbis/doc/vorbisenc/vorbis_encode_setup_init.html') diff --git a/vorbis/doc/vorbisenc/vorbis_encode_setup_init.html b/vorbis/doc/vorbisenc/vorbis_encode_setup_init.html deleted file mode 100644 index aa2c904..0000000 --- a/vorbis/doc/vorbisenc/vorbis_encode_setup_init.html +++ /dev/null @@ -1,88 +0,0 @@ - - - -libvorbisenc - function - vorbis_encode_setup_init - - - - - - - - - -

libvorbisenc documentation

libvorbisenc version 1.3.2 - 20101101

- -

vorbis_encode_setup_init

- -

declared in "vorbis/vorbisenc.h";

- -

This function performs the last stage of three-step encoding setup, as described in the API overview under managed bitrate modes. - -

Before this function is called, the vorbis_info struct should be initialized -by using vorbis_info_init() from the libvorbis API, one of vorbis_encode_setup_managed() -or vorbis_encode_setup_vbr() -called to initialize the high-level encoding setup, and vorbis_encode_ctl() called if -necessary to make encoding setup changes. vorbis_encode_setup_init() -finalizes the highlevel encoding structure into a complete encoding -setup after which the application may make no further setup changes.

- -After encoding, vorbis_info_clear should be called. -

-

- - - - -
-

-extern int vorbis_encode_setup_init(vorbis_info *vi);
-
-
-
- -

Parameters

-
-
vi
-
Pointer to an initialized vorbis_info struct.
-
- - -

Return Values

-
-
  • -0 for success
  • - -
  • less than zero for failure:
  • - -
    -

    - -

    -


    - - - - - - - - -

    copyright © 2000-2010 Xiph.Org

    Ogg Vorbis

    libvorbisenc documentation

    libvorbisenc version 1.3.2 - 20101101

    - - - - - -- cgit v1.1