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

avcodec_encode_subtitle() private method

private avcodec_encode_subtitle ( AVCodecContext @avctx, sbyte @buf, int @buf_size, AVSubtitle @sub ) : int
@avctx AVCodecContext
@buf sbyte
@buf_size int
@sub AVSubtitle
return int
        public static extern int avcodec_encode_subtitle(AVCodecContext* @avctx, sbyte* @buf, int @buf_size, AVSubtitle* @sub);
        
ffmpeg