C# Class FFMpeg.NET.Internal.libavcodec.targa.ff_targa_decoder

Inheritance: FFMpeg.NET.Internal.libavcodec.avcodec.AVCodec
Afficher le fichier Open project: soywiz/ffmpeg.net

Méthodes publiques

Méthode Description
close ( AVCodecContext avctx ) : int

decode ( AVCodecContext avctx, object &outdata, AVPacket avpkt ) : int
init ( AVCodecContext avctx ) : int

Method Details

close() public méthode

public close ( AVCodecContext avctx ) : int
avctx FFMpeg.NET.Internal.libavcodec.avcodec.AVCodecContext
Résultat int

decode() public méthode

public decode ( AVCodecContext avctx, object &outdata, AVPacket avpkt ) : int
avctx FFMpeg.NET.Internal.libavcodec.avcodec.AVCodecContext
outdata object
avpkt FFMpeg.NET.Internal.libavcodec.avcodec.AVPacket
Résultat int

init() public méthode

public init ( AVCodecContext avctx ) : int
avctx FFMpeg.NET.Internal.libavcodec.avcodec.AVCodecContext
Résultat int