Tao.FFmpeg SDK Documentation |
|
FFmpeg.av_seek_frame Method
[Visual Basic]
Public Shared Function av_seek_frame( _
ByVal
pAVFormatContext As
IntPtr, _
ByVal
stream_index As
Integer, _
ByVal
timestamp As
Long, _
ByVal
flags As
Integer _
) As
Integer
[C#]
public static
int av_seek_frame(
IntPtr pAVFormatContext,
int stream_index,
long timestamp,
int flags);
See Also
FFmpeg Class | Tao.FFmpeg Namespace