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