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

avio_write() private method

private avio_write ( AVIOContext @s, sbyte @buf, int @size ) : void
@s AVIOContext
@buf sbyte
@size int
return void
        public static extern void avio_write(AVIOContext* @s, sbyte* @buf, int @size);
        
ffmpeg