FFmpeg
Functions
audio_fifo.h File Reference

Audio FIFO Buffer. More...

#include "avutil.h"
#include "fifo.h"
#include "samplefmt.h"

Go to the source code of this file.

Functions

  Free an AVAudioFifo.
 
AVAudioFifoav_audio_fifo_alloc (enum AVSampleFormat sample_fmt, int channels, int nb_samples)
  Allocate an AVAudioFifo.
 
int  av_audio_fifo_realloc (AVAudioFifo *af, int nb_samples)
  Reallocate an AVAudioFifo.
 
int  av_audio_fifo_write (AVAudioFifo *af, void **data, int nb_samples)
  Write data to an AVAudioFifo.
 
int  av_audio_fifo_read (AVAudioFifo *af, void **data, int nb_samples)
  Read data from an AVAudioFifo.
 
int  av_audio_fifo_drain (AVAudioFifo *af, int nb_samples)
  Drain data from an AVAudioFifo.
 
  Reset the AVAudioFifo buffer.
 
  Get the current number of samples in the AVAudioFifo available for reading.
 
  Get the current number of samples in the AVAudioFifo available for writing.
 

Detailed Description

Audio FIFO Buffer.

Definition in file audio_fifo.h.


Generated on Sun Mar 8 2015 02:35:32 for FFmpeg by   doxygen 1.8.2

AltStyle によって変換されたページ (->オリジナル) /