C# 클래스 FFMpeg.NET.Internal.libavcodec.targa.ff_targa_decoder

상속: FFMpeg.NET.Internal.libavcodec.avcodec.AVCodec
파일 보기 프로젝트 열기: soywiz/ffmpeg.net

공개 메소드들

메소드 설명
close ( AVCodecContext avctx ) : int

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

메소드 상세

close() 공개 메소드

public close ( AVCodecContext avctx ) : int
avctx FFMpeg.NET.Internal.libavcodec.avcodec.AVCodecContext
리턴 int

decode() 공개 메소드

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
리턴 int

init() 공개 메소드

public init ( AVCodecContext avctx ) : int
avctx FFMpeg.NET.Internal.libavcodec.avcodec.AVCodecContext
리턴 int