C# 클래스 cscodec.FrameUtils

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 메소드들

메소드 설명
YUV2RGB ( cscodec.av.AVFrame f, int rgb ) : void
imageFromFrame ( cscodec.av.AVFrame f ) : Bitmap
imageFromFrameWithoutEdges ( cscodec.av.AVFrame f ) : Bitmap
imageFromFrameWithoutEdges ( cscodec.av.AVFrame f, int Width, int Height ) : Bitmap

메소드 상세

YUV2RGB() 공개 정적인 메소드

public static YUV2RGB ( cscodec.av.AVFrame f, int rgb ) : void
f cscodec.av.AVFrame
rgb int
리턴 void

imageFromFrame() 공개 정적인 메소드

public static imageFromFrame ( cscodec.av.AVFrame f ) : Bitmap
f cscodec.av.AVFrame
리턴 System.Drawing.Bitmap

imageFromFrameWithoutEdges() 공개 정적인 메소드

public static imageFromFrameWithoutEdges ( cscodec.av.AVFrame f ) : Bitmap
f cscodec.av.AVFrame
리턴 System.Drawing.Bitmap

imageFromFrameWithoutEdges() 공개 정적인 메소드

public static imageFromFrameWithoutEdges ( cscodec.av.AVFrame f, int Width, int Height ) : Bitmap
f cscodec.av.AVFrame
Width int
Height int
리턴 System.Drawing.Bitmap