Tao.FFmpeg SDK Documentation

FFmpeg.WritePacketCallback Delegate

[Visual Basic]
Public Delegate Function FFmpeg.WritePacketCallback( _
   ByVal opaque As IntPtr, _
   ByVal buf As IntPtr, _
   ByVal buf_size As Integer _
) As Integer
[C#]
public delegate int FFmpeg.WritePacketCallback(
   IntPtr opaque,
   IntPtr buf,
   int buf_size
);

Requirements

Namespace: Tao.FFmpeg

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

See Also

Tao.FFmpeg Namespace