Chris@1: Chris@1: Chris@1: Chris@1: libvorbis - function - vorbis_synthesis_trackonly Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1:

libvorbis documentation

libvorbis version 1.3.2 - 20101101

Chris@1: Chris@1:

vorbis_synthesis_trackonly

Chris@1: Chris@1:

declared in "vorbis/codec.h";

Chris@1: Chris@1:

This function decodes a Vorbis packet similarly to Chris@1: vorbis_synthesis, except that the Chris@1: vorbis_block produced does not contain Chris@1: any audio data but merely updates the decoder's state as though the Chris@1: block had been actually decoded when Chris@1: vorbis_synthesis_blockin Chris@1: is called on it.

Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1:
Chris@1:

Chris@1: extern int      vorbis_synthesis_trackonly(vorbis_block *vb,ogg_packet *op);
Chris@1: 
Chris@1:
Chris@1: Chris@1:

Parameters

Chris@1:
Chris@1:
vb
Chris@1:
The vorbis_block to decode the Chris@1: packet into.
Chris@1:
op
Chris@1:
The ogg_packet to decode.
Chris@1:
Chris@1: Chris@1: Chris@1:

Return Values

Chris@1:
Chris@1:
  • 0 on success.
  • Chris@1:
  • OV_ENOTAUDIO if the packet is not an audio packet.
  • Chris@1:
  • OV_EBADPACKET if there was an error in the packet.
  • Chris@1:
    Chris@1:

    Chris@1: Chris@1:

    Chris@1:


    Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1:

    copyright © 2010 Xiph.Org

    Ogg Vorbis

    libvorbis documentation

    libvorbis version 1.3.2 - 20101101

    Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: