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

Afficher le fichier Open project: soywiz/ffmpeg.net

Méthodes publiques

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

static public avcodec_get_frame_defaults ( AVFrame pic ) : void
pic AVFrame
Résultat void

avcodec_get_name() static public méthode

static public avcodec_get_name ( CodecID id ) : string
id CodecID
Résultat string

avcodec_set_dimensions() static public méthode

static public avcodec_set_dimensions ( AVCodecContext s, int width, int height ) : void
s AVCodecContext
width int
height int
Résultat void