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

av_format_set_open_cb() private method

private av_format_set_open_cb ( AVFormatContext @s, AVOpenCallback @callback ) : void
@s AVFormatContext
@callback AVOpenCallback
return void
        public static extern void av_format_set_open_cb(AVFormatContext* @s, AVOpenCallback @callback);
        
ffmpeg