Tao.FFmpeg SDK Documentation

FFmpeg.ffm_set_write_index Method 

[Visual Basic]
Public Shared Sub ffm_set_write_index( _
   ByVal pAVFormatContext As IntPtr, _
   ByVal pos As Long, _
   ByVal file_size As Long _
)
[C#]
public static void ffm_set_write_index(
   IntPtr pAVFormatContext,
   long pos,
   long file_size
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace