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

avformat_open_input() private method

private avformat_open_input ( AVFormatContext @ps, [ @url, AVInputFormat @fmt, AVDictionary @options ) : int
@ps AVFormatContext
@url [
@fmt AVInputFormat
@options AVDictionary
return int
        public static extern int avformat_open_input(AVFormatContext** @ps, [MarshalAs(UnmanagedType.LPStr)] string @url, AVInputFormat* @fmt, AVDictionary** @options);
        
ffmpeg