FFmpeg.AutoGen.ffmpeg.avfilter_graph_get_filter C# (CSharp) Method

avfilter_graph_get_filter() private method

private avfilter_graph_get_filter ( AVFilterGraph @graph, [ @name ) : AVFilterContext*
@graph AVFilterGraph
@name [
return AVFilterContext*
        public static extern AVFilterContext* avfilter_graph_get_filter(AVFilterGraph* @graph, [MarshalAs(UnmanagedType.LPStr)] string @name);
        
ffmpeg