C# 클래스 FFMpeg.NET.Internal.libavcodec.avcodec.Functions

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

공개 메소드들

메소드 설명
avcodec_get_frame_defaults ( AVFrame pic ) : void
avcodec_get_name ( CodecID id ) : string
avcodec_set_dimensions ( AVCodecContext s, int width, int height ) : void

메소드 상세

avcodec_get_frame_defaults() 정적인 공개 메소드

static public avcodec_get_frame_defaults ( AVFrame pic ) : void
pic AVFrame
리턴 void

avcodec_get_name() 정적인 공개 메소드

static public avcodec_get_name ( CodecID id ) : string
id CodecID
리턴 string

avcodec_set_dimensions() 정적인 공개 메소드

static public avcodec_set_dimensions ( AVCodecContext s, int width, int height ) : void
s AVCodecContext
width int
height int
리턴 void