C# Class FFMpeg.NET.Internal.libavcodec.avcodec.Functions

Show file Open project: soywiz/ffmpeg.net

Public Methods

Method Description
avcodec_get_frame_defaults ( AVFrame pic ) : void
avcodec_get_name ( CodecID id ) : string
avcodec_set_dimensions ( AVCodecContext s, int width, int height ) : void

Method Details

avcodec_get_frame_defaults() static public method

static public avcodec_get_frame_defaults ( AVFrame pic ) : void
pic AVFrame
return void

avcodec_get_name() static public method

static public avcodec_get_name ( CodecID id ) : string
id CodecID
return string

avcodec_set_dimensions() static public method

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