Tao.FFmpeg SDK Documentation

FFmpeg.WriteHeader Delegate

[Visual Basic]
Public Delegate Function FFmpeg.WriteHeader( _
   ByVal pAVFormatContext As IntPtr _
) As Integer
[C#]
public delegate int FFmpeg.WriteHeader(
   IntPtr pAVFormatContext
);

Requirements

Namespace: Tao.FFmpeg

Assembly: Tao.FFmpeg (in Tao.FFmpeg.dll)

See Also

Tao.FFmpeg Namespace