C# 클래스 FFMpeg.NET.Internal.CLib

파일 보기 프로젝트 열기: soywiz/ffmpeg.net

공개 메소드들

메소드 설명
free ( Pointer Pointer ) : void
malloc ( int num ) : Pointer
memcpy ( Pointer destination, Pointer source, int num ) : void
memset ( Pointer Pointer, byte Value, int Count ) : void

메소드 상세

free() 정적인 공개 메소드

static public free ( Pointer Pointer ) : void
Pointer Pointer
리턴 void

malloc() 정적인 공개 메소드

static public malloc ( int num ) : Pointer
num int
리턴 Pointer

memcpy() 정적인 공개 메소드

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

memset() 정적인 공개 메소드

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