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