Tao.FFmpeg SDK Documentation

FFmpeg.RtpCallback Delegate

[Visual Basic]
Public Delegate Sub FFmpeg.RtpCallback( _
   ByVal pAVCodecContext As IntPtr, _
   ByVal pdata As IntPtr, _
   ByVal size As Integer, _
   ByVal mb_nb As Integer _
)
[C#]
public delegate void FFmpeg.RtpCallback(
   IntPtr pAVCodecContext,
   IntPtr pdata,
   int size,
   int mb_nb
);

Requirements

Namespace: Tao.FFmpeg

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

See Also

Tao.FFmpeg Namespace