view libmpcodecs/dec_audio.h @ 7396:cfb1bc3925eb

The granule position of pages contining Vorbis audio is in units of PCM audio samples (per channel; a stereo stream's granule position does no increment at twice the speed of a mono stream). patch by Moritz Bunkus <moritz@bunkus.org>
author arpi
date Sat, 14 Sep 2002 23:21:22 +0000
parents 1eadce15446c
children 6a2b6f3d619c
line wrap: on
line source


// dec_audio.c:
extern void afm_help();
extern int init_audio(sh_audio_t *sh_audio);
extern int decode_audio(sh_audio_t *sh_audio,unsigned char *buf,int minlen,int maxlen);
extern void resync_audio_stream(sh_audio_t *sh_audio);
extern void skip_audio_frame(sh_audio_t *sh_audio);
extern void uninit_audio(sh_audio_t *sh_audio);