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

av_format_get_probe_score() private method

private av_format_get_probe_score ( AVFormatContext @s ) : int
@s AVFormatContext
return int
        public static extern int av_format_get_probe_score(AVFormatContext* @s);
        
ffmpeg