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