Tao.FFmpeg SDK Documentation |
|
FFmpeg.avcodec_decode_video Method
[Visual Basic]
Public Shared Function avcodec_decode_video( _
ByVal
pAVCodecContext As
IntPtr, _
ByVal
pAVFrame As
IntPtr, _
ByRef
got_picture_ptr As
Integer, _
ByVal
buf As
IntPtr, _
ByVal
buf_size As
Integer _
) As
Integer
[C#]
public static
int avcodec_decode_video(
IntPtr pAVCodecContext,
IntPtr pAVFrame,
ref
int got_picture_ptr,
IntPtr buf,
int buf_size);
See Also
FFmpeg Class | Tao.FFmpeg Namespace