Tao.FFmpeg SDK Documentation |
|
FFmpeg.ReadHeaderCallback Delegate
[Visual Basic]
Public Delegate Function FFmpeg.ReadHeaderCallback( _
ByVal
pAVFormatContext As
IntPtr, _
ByVal
pAVFormatParameters As
IntPtr _
) As
Integer
[C#]
public delegate int FFmpeg.ReadHeaderCallback(
IntPtr pAVFormatContext,
IntPtr pAVFormatParameters);
Requirements
Namespace:
Tao.FFmpeg
Assembly: Tao.FFmpeg (in Tao.FFmpeg.dll)
See Also
Tao.FFmpeg Namespace