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

avcodec_open2() private method

private avcodec_open2 ( AVCodecContext @avctx, AVCodec @codec, AVDictionary @options ) : int
@avctx AVCodecContext
@codec AVCodec
@options AVDictionary
return int
        public static extern int avcodec_open2(AVCodecContext* @avctx, AVCodec* @codec, AVDictionary** @options);
        
ffmpeg