C# Class FFMpeg.NET.Internal.CLib

Afficher le fichier Open project: soywiz/ffmpeg.net

Méthodes publiques

Méthode 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 méthode

static public free ( Pointer Pointer ) : void
Pointer Pointer
Résultat void

malloc() static public méthode

static public malloc ( int num ) : Pointer
num int
Résultat Pointer

memcpy() static public méthode

static public memcpy ( Pointer destination, Pointer source, int num ) : void
destination Pointer
source Pointer
num int
Résultat void

memset() static public méthode

static public memset ( Pointer Pointer, byte Value, int Count ) : void
Pointer Pointer
Value byte
Count int
Résultat void