Tao.FFmpeg SDK Documentation

FFmpeg.avcodec_encode_subtitle Method 

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

See Also

FFmpeg Class | Tao.FFmpeg Namespace