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

avio_alloc_context() private method

private avio_alloc_context ( sbyte @buffer, int @buffer_size, int @write_flag, void @opaque, IntPtr @read_packet, IntPtr @write_packet, IntPtr @seek ) : AVIOContext*
@buffer sbyte
@buffer_size int
@write_flag int
@opaque void
@read_packet IntPtr
@write_packet IntPtr
@seek IntPtr
return AVIOContext*
        public static extern AVIOContext* avio_alloc_context(sbyte* @buffer, int @buffer_size, int @write_flag, void* @opaque, IntPtr @read_packet, IntPtr @write_packet, IntPtr @seek);
        
ffmpeg