Tao.FFmpeg SDK Documentation |
|
FFmpeg.GetFormatCallback Delegate
[Visual Basic]
Public Delegate Function FFmpeg.GetFormatCallback( _
ByVal
pAVCodecContext As
IntPtr, _
ByVal
pPixelFormat As
IntPtr _
) As
PixelFormat
[C#]
public delegate PixelFormat FFmpeg.GetFormatCallback(
IntPtr pAVCodecContext,
IntPtr pPixelFormat);
Requirements
Namespace:
Tao.FFmpeg
Assembly: Tao.FFmpeg (in Tao.FFmpeg.dll)
See Also
Tao.FFmpeg Namespace