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