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

avformat_init_output() private method

private avformat_init_output ( AVFormatContext @s, AVDictionary @options ) : int
@s AVFormatContext
@options AVDictionary
return int
        public static extern int avformat_init_output(AVFormatContext* @s, AVDictionary** @options);
        
ffmpeg