Tao.FFmpeg SDK Documentation

FFmpeg.avcodec_decode_subtitle Method 

[Visual Basic]
Public Shared Function avcodec_decode_subtitle( _
   ByVal pAVCodecContext As IntPtr, _
   ByVal pAVSubtitle As IntPtr, _
   ByRef got_sub_ptr As Integer, _
   ByVal buf As IntPtr, _
   ByVal buf_size As Integer _
) As Integer
[C#]
public static int avcodec_decode_subtitle(
   IntPtr pAVCodecContext,
   IntPtr pAVSubtitle,
   ref int got_sub_ptr,
   IntPtr buf,
   int buf_size
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace