Exemplo n.º 1
0
 public static extern libavfilter.AVFilterBufferRef *avfilter_get_buffer_ref_from_frame(libavutil.AVMediaType type, libavcodec.AVFrame * frame, int perms);
Exemplo n.º 2
0
 public static extern int avfilter_fill_frame_from_audio_buffer_ref(libavcodec.AVFrame *frame, libavfilter.AVFilterBufferRef *samplesref);
Exemplo n.º 3
0
 public static extern libavfilter.AVFilterBufferRef *avfilter_get_audio_buffer_ref_from_frame(libavcodec.AVFrame * frame, int perms);
Exemplo n.º 4
0
 public static extern int avfilter_copy_buf_props(libavcodec.AVFrame *dst, libavfilter.AVFilterBufferRef *src);
Exemplo n.º 5
0
 public static extern int av_buffersrc_add_frame(libavfilter.AVFilterContext *buffer_src, libavcodec.AVFrame *frame, int flags);
Exemplo n.º 6
0
 public static extern int avfilter_fill_frame_from_video_buffer_ref(libavcodec.AVFrame *frame, libavfilter.AVFilterBufferRef *picref);
Exemplo n.º 7
0
 public static extern int av_buffersrc_write_frame(libavfilter.AVFilterContext *s, libavcodec.AVFrame *frame);