![]() |
Miam-Player
0.8.0
A nice music player
|
#include "avfilter.h"
Go to the source code of this file.
Classes | |
struct | AVBufferSinkParams |
struct | AVABufferSinkParams |
Macros | |
#define | AV_BUFFERSINK_FLAG_PEEK 1 |
#define | AV_BUFFERSINK_FLAG_NO_REQUEST 2 |
Functions | |
int | av_buffersink_get_frame_flags (AVFilterContext *ctx, AVFrame *frame, int flags) |
AVBufferSinkParams * | av_buffersink_params_alloc (void) |
AVABufferSinkParams * | av_abuffersink_params_alloc (void) |
void | av_buffersink_set_frame_size (AVFilterContext *ctx, unsigned frame_size) |
AVRational | av_buffersink_get_frame_rate (AVFilterContext *ctx) |
int | av_buffersink_get_frame (AVFilterContext *ctx, AVFrame *frame) |
int | av_buffersink_get_samples (AVFilterContext *ctx, AVFrame *frame, int nb_samples) |
memory buffer sink API for audio and video