Tao.FFmpeg SDK Documentation |
|
FFmpeg.DrawhorizBandCallback Delegate
[Visual Basic]
Public Delegate Sub FFmpeg.DrawhorizBandCallback( _
ByVal
pAVCodecContext As
IntPtr, _
ByVal
pAVFrame As
IntPtr, _
ByVal
offset As
Integer(), _
ByVal
y As
Integer, _
ByVal
type As
Integer, _
ByVal
height As
Integer _
)
[C#]
public delegate void FFmpeg.DrawhorizBandCallback(
IntPtr pAVCodecContext,
IntPtr pAVFrame,
int[] offset,
int y,
int type,
int height);
Requirements
Namespace:
Tao.FFmpeg
Assembly: Tao.FFmpeg (in Tao.FFmpeg.dll)
See Also
Tao.FFmpeg Namespace