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

avformat_alloc_output_context2() private method

private avformat_alloc_output_context2 ( AVFormatContext @ctx, AVOutputFormat @oformat, [ @format_name, [ @filename ) : int
@ctx AVFormatContext
@oformat AVOutputFormat
@format_name [
@filename [
return int
        public static extern int avformat_alloc_output_context2(AVFormatContext** @ctx, AVOutputFormat* @oformat, [MarshalAs(UnmanagedType.LPStr)] string @format_name, [MarshalAs(UnmanagedType.LPStr)] string @filename);
        
ffmpeg