Tao.FFmpeg SDK Documentation

FFmpeg.av_read_packet Method 

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

See Also

FFmpeg Class | Tao.FFmpeg Namespace