Tao.FFmpeg SDK Documentation |
|
FFmpeg.img_convert Method
[Visual Basic]
Public Shared Function img_convert( _
ByVal
p_dst_AVPicture As
IntPtr, _
ByVal
dst_pix_fmt As
Integer, _
ByVal
p_src_AVPicture As
IntPtr, _
ByVal
pix_fmt As
Integer, _
ByVal
width As
Integer, _
ByVal
height As
Integer _
) As
Integer
[C#]
public static
int img_convert(
IntPtr p_dst_AVPicture,
int dst_pix_fmt,
IntPtr p_src_AVPicture,
int pix_fmt,
int width,
int height);
See Also
FFmpeg Class | Tao.FFmpeg Namespace