World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
Файл buffersink.h

См. исходные тексты.

Классы

struct  AVBufferSinkParams
 
struct  AVABufferSinkParams
 

Определения типов

typedef struct AVBufferSinkParams AVBufferSinkParams
 
typedef struct AVABufferSinkParams AVABufferSinkParams
 

Функции

int av_buffersink_get_frame_flags (AVFilterContext *ctx, AVFrame *frame, int flags)
 
AVBufferSinkParamsav_buffersink_params_alloc (void)
 
AVABufferSinkParamsav_abuffersink_params_alloc (void)
 
void av_buffersink_set_frame_size (AVFilterContext *ctx, unsigned frame_size)
 
enum AVMediaType av_buffersink_get_type (const AVFilterContext *ctx)
 
AVRational av_buffersink_get_time_base (const AVFilterContext *ctx)
 
int av_buffersink_get_format (const AVFilterContext *ctx)
 
AVRational av_buffersink_get_frame_rate (const AVFilterContext *ctx)
 
int av_buffersink_get_w (const AVFilterContext *ctx)
 
int av_buffersink_get_h (const AVFilterContext *ctx)
 
AVRational av_buffersink_get_sample_aspect_ratio (const AVFilterContext *ctx)
 
int av_buffersink_get_channels (const AVFilterContext *ctx)
 
uint64_t av_buffersink_get_channel_layout (const AVFilterContext *ctx)
 
int av_buffersink_get_sample_rate (const AVFilterContext *ctx)
 
AVBufferRefav_buffersink_get_hw_frames_ctx (const 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

См. определение в файле buffersink.h