Tao.FFmpeg SDK Documentation
FFmpeg.av_realloc_static Method
[Visual Basic]
Public Shared Sub av_realloc_static( _
ByVal
ptr
As
IntPtr
, _
ByVal
size
As
UInt32
_
)
[C#]
public static
void
av_realloc_static(
IntPtr
ptr
,
uint
size
);
See Also
FFmpeg Class
|
Tao.FFmpeg Namespace