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

avfilter_graph_queue_command() private method

private avfilter_graph_queue_command ( AVFilterGraph @graph, [ @target, [ @cmd, [ @arg, int @flags, double @ts ) : int
@graph AVFilterGraph
@target [
@cmd [
@arg [
@flags int
@ts double
return int
        public static extern int avfilter_graph_queue_command(AVFilterGraph* @graph, [MarshalAs(UnmanagedType.LPStr)] string @target, [MarshalAs(UnmanagedType.LPStr)] string @cmd, [MarshalAs(UnmanagedType.LPStr)] string @arg, int @flags, double @ts);
        
ffmpeg