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

avcodec_decode_subtitle2() private method

private avcodec_decode_subtitle2 ( AVCodecContext @avctx, AVSubtitle @sub, int @got_sub_ptr, AVPacket @avpkt ) : int
@avctx AVCodecContext
@sub AVSubtitle
@got_sub_ptr int
@avpkt AVPacket
return int
        public static extern int avcodec_decode_subtitle2(AVCodecContext* @avctx, AVSubtitle* @sub, int* @got_sub_ptr, AVPacket* @avpkt);
        
ffmpeg