コード例 #1
0
 public static extern int avfilter_insert_filter(AVFilterLink* @link, AVFilterContext* @filt, uint @filt_srcpad_idx, uint @filt_dstpad_idx);
コード例 #2
0
 public static extern void av_buffersink_set_frame_size(AVFilterContext* ctx, int frame_size);
コード例 #3
0
 public static extern int av_buffersink_get_frame(AVFilterContext* ctx, AVFrame* frame);
コード例 #4
0
 public static extern int av_buffersink_poll_frame(AVFilterContext* ctx);
コード例 #5
0
 public static extern int av_buffersink_read_samples(AVFilterContext* ctx, AVFilterBufferRef** buf, int nb_samples);
コード例 #6
0
 public static extern int avfilter_insert_filter(AVFilterLink* link, AVFilterContext* filt, int filt_srcpad_idx, int filt_dstpad_idx);
コード例 #7
0
 public static extern int avfilter_graph_create_filter(AVFilterContext** filt_ctx, AVFilter* filt, String name, String args, void* opaque, AVFilterGraph* graph_ctx);
コード例 #8
0
 public static extern int av_buffersrc_buffer(AVFilterContext* ctx, AVFilterBufferRef* buf);
コード例 #9
0
 public static extern int av_buffersrc_get_nb_failed_requests(AVFilterContext* buffer_src);
コード例 #10
0
 public static extern int av_buffersrc_add_frame_flags(AVFilterContext* buffer_src, AVFrame* frame, int flags);
コード例 #11
0
 public static extern int av_buffersrc_add_ref(AVFilterContext* buffer_src, AVFilterBufferRef* picref, int flags);
コード例 #12
0
 public static extern int av_buffersrc_add_frame(AVFilterContext* @ctx, AVFrame* @frame);
コード例 #13
0
 public static extern int av_buffersrc_parameters_set(AVFilterContext* @ctx, AVBufferSrcParameters* @param);
コード例 #14
0
 public static extern int avfilter_graph_create_filter(AVFilterContext** @filt_ctx, AVFilter* @filt, [MarshalAs(UnmanagedType.LPStr)] string @name, [MarshalAs(UnmanagedType.LPStr)] string @args, void* @opaque, AVFilterGraph* @graph_ctx);
コード例 #15
0
 public static extern int avfilter_init_dict(AVFilterContext* ctx, AVDictionary** options);
コード例 #16
0
 public static extern int av_buffersrc_write_frame(AVFilterContext* ctx, AVFrame* frame);
コード例 #17
0
 public static extern void avfilter_free(AVFilterContext* filter);
コード例 #18
0
 public static extern int avfilter_link(AVFilterContext* src, int srcpad, AVFilterContext* dst, int dstpad);
コード例 #19
0
 public static extern int avfilter_graph_add_filter(AVFilterGraph* graphctx, AVFilterContext* filter);
コード例 #20
0
 public static extern int avfilter_config_links(AVFilterContext* filter);
コード例 #21
0
 public static extern int av_buffersink_get_buffer_ref(AVFilterContext* buffer_sink, AVFilterBufferRef** bufref, int flags);
コード例 #22
0
 public static extern int avfilter_process_command(AVFilterContext* filter, sbyte* /*String*/ cmd, sbyte* /*String*/ arg, sbyte* /*String*/ res, int res_len, int flags);
コード例 #23
0
 public static extern int av_buffersink_read(AVFilterContext* ctx, AVFilterBufferRef** buf);
コード例 #24
0
 public static extern int avfilter_open(AVFilterContext** filter_ctx, AVFilter* filter, String inst_name);
コード例 #25
0
 public static extern int av_buffersink_get_frame_flags(AVFilterContext* ctx, AVFrame* frame, int flags);
コード例 #26
0
 public static extern int avfilter_init_filter(AVFilterContext* filter, String args, void* opaque);
コード例 #27
0
 public static extern AVRational av_buffersink_get_frame_rate(AVFilterContext* ctx);
コード例 #28
0
 public static extern int avfilter_init_str(AVFilterContext* ctx, String args);
コード例 #29
0
 public static extern int av_buffersink_get_samples(AVFilterContext* ctx, AVFrame* frame, int nb_samples);
コード例 #30
0
 public static extern int avfilter_init_str(AVFilterContext* @ctx, [MarshalAs(UnmanagedType.LPStr)] string @args);