C# Class FFMpeg.NET.Internal.CLib

Show file Open project: soywiz/ffmpeg.net

Public Methods

Method Description
free ( Pointer Pointer ) : void
malloc ( int num ) : Pointer
memcpy ( Pointer destination, Pointer source, int num ) : void
memset ( Pointer Pointer, byte Value, int Count ) : void

Method Details

free() static public method

static public free ( Pointer Pointer ) : void
Pointer Pointer
return void

malloc() static public method

static public malloc ( int num ) : Pointer
num int
return Pointer

memcpy() static public method

static public memcpy ( Pointer destination, Pointer source, int num ) : void
destination Pointer
source Pointer
num int
return void

memset() static public method

static public memset ( Pointer Pointer, byte Value, int Count ) : void
Pointer Pointer
Value byte
Count int
return void