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