Tao.FFmpeg SDK Documentation

FFmpeg.av_read_frame Method 

[Visual Basic]
Public Shared Function av_read_frame( _
   ByVal pAVFormatContext As IntPtr, _
   ByVal pAVPacket As IntPtr _
) As Integer
[C#]
public static int av_read_frame(
   IntPtr pAVFormatContext,
   IntPtr pAVPacket
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace