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

avfilter_graph_alloc() private method

private avfilter_graph_alloc ( ) : AVFilterGraph*
return AVFilterGraph*
        public static extern AVFilterGraph* avfilter_graph_alloc();
        
ffmpeg