Libav
Functions
buffersink.h File Reference

memory buffer sink API More...

#include "avfilter.h"

Go to the source code of this file.

Functions

int av_buffersink_get_frame (AVFilterContext *ctx, AVFrame *frame)
 Get a frame with filtered data from sink and put it in frame.
int av_buffersink_get_samples (AVFilterContext *ctx, AVFrame *frame, int nb_samples)
 Same as av_buffersink_get_frame(), but with the ability to specify the number of samples read.

Detailed Description

memory buffer sink API

Definition in file buffersink.h.