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

av_format_get_opaque() private method

private av_format_get_opaque ( AVFormatContext @s ) : void*
@s AVFormatContext
return void*
        public static extern void* av_format_get_opaque(AVFormatContext* @s);
        
ffmpeg