Exemplo n.º 1
0
 public static extern int av_asrc_buffer_add_audio_buffer_ref(libavfilter.AVFilterContext *abuffersrc, libavfilter.AVFilterBufferRef *samplesref, int flags);
Exemplo n.º 2
0
 public static extern int avfilter_copy_buf_props(libavcodec.AVFrame *dst, libavfilter.AVFilterBufferRef *src);
Exemplo n.º 3
0
 public static extern int avfilter_fill_frame_from_audio_buffer_ref(libavcodec.AVFrame *frame, libavfilter.AVFilterBufferRef *samplesref);
Exemplo n.º 4
0
 public static extern int av_buffersrc_buffer(libavfilter.AVFilterContext *ctx, libavfilter.AVFilterBufferRef *buf);
Exemplo n.º 5
0
 public static extern int avfilter_fill_frame_from_video_buffer_ref(libavcodec.AVFrame *frame, libavfilter.AVFilterBufferRef *picref);
Exemplo n.º 6
0
 public static extern int av_buffersrc_add_ref(libavfilter.AVFilterContext *buffer_src, libavfilter.AVFilterBufferRef *picref, int flags);
Exemplo n.º 7
0
 public static extern int av_buffersink_read_samples(libavfilter.AVFilterContext *ctx, ref libavfilter.AVFilterBufferRef *buf, int nb_samples);
Exemplo n.º 8
0
 public static extern int av_buffersink_read(libavfilter.AVFilterContext *ctx, ref libavfilter.AVFilterBufferRef *buf);
Exemplo n.º 9
0
 public static extern int av_buffersink_get_buffer_ref(libavfilter.AVFilterContext *buffer_sink, ref libavfilter.AVFilterBufferRef *bufref, int flags);
Exemplo n.º 10
0
 public static extern int avfilter_fill_frame_from_buffer_ref(libavutil.AVFrame *frame, libavfilter.AVFilterBufferRef *_ref);