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

avformat_flush() private method

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