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

avcodec_string() private method

private avcodec_string ( IntPtr @buf, int @buf_size, AVCodecContext @enc, int @encode ) : void
@buf IntPtr
@buf_size int
@enc AVCodecContext
@encode int
return void
        public static extern void avcodec_string(IntPtr @buf, int @buf_size, AVCodecContext* @enc, int @encode);
        
ffmpeg