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