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

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

공개 프로퍼티들

프로퍼티 타입 설명
AVCodecDefault Unimplemented
channel_layouts ulong[]
encode Unimplemented
encode2 Unimplemented
init_static_data Unimplemented
init_thread_copy Unimplemented
max_lowres byte
next AVCodec
pix_fmts Unimplemented
priv_class Unimplemented
priv_data_size int
profiles FFMpeg.NET.Internal.libavcodec.avcodec.AVProfile[]
sample_fmts Unimplemented
supported_framerates Unimplemented
supported_samplerates int[]
update_thread_context Unimplemented

공개 메소드들

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

int (*close)(AVCodecContext *);

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

메소드 상세

close() 공개 메소드

int (*close)(AVCodecContext *);
public close ( AVCodecContext avctx ) : int
avctx AVCodecContext
리턴 int

decode() 공개 메소드

public decode ( AVCodecContext avctx, object &outdata, AVPacket avpkt ) : int
avctx AVCodecContext
outdata object
avpkt AVPacket
리턴 int

flush() 공개 메소드

public flush ( AVCodecContext avctx ) : void
avctx AVCodecContext
리턴 void

init() 공개 메소드

public init ( AVCodecContext avctx ) : int
avctx AVCodecContext
리턴 int

프로퍼티 상세

AVCodecDefault 공개적으로 프로퍼티

public Unimplemented AVCodecDefault
리턴 Unimplemented

channel_layouts 공개적으로 프로퍼티

public ulong[] channel_layouts
리턴 ulong[]

encode 공개적으로 프로퍼티

public Unimplemented encode
리턴 Unimplemented

encode2 공개적으로 프로퍼티

public Unimplemented encode2
리턴 Unimplemented

init_static_data 공개적으로 프로퍼티

public Unimplemented init_static_data
리턴 Unimplemented

init_thread_copy 공개적으로 프로퍼티

public Unimplemented init_thread_copy
리턴 Unimplemented

max_lowres 공개적으로 프로퍼티

public byte max_lowres
리턴 byte

next 공개적으로 프로퍼티

public AVCodec,FFMpeg.NET.Internal.libavcodec.avcodec next
리턴 AVCodec

pix_fmts 공개적으로 프로퍼티

public Unimplemented pix_fmts
리턴 Unimplemented

priv_class 공개적으로 프로퍼티

public Unimplemented priv_class
리턴 Unimplemented

priv_data_size 공개적으로 프로퍼티

public int priv_data_size
리턴 int

profiles 공개적으로 프로퍼티

public AVProfile[],FFMpeg.NET.Internal.libavcodec.avcodec profiles
리턴 FFMpeg.NET.Internal.libavcodec.avcodec.AVProfile[]

sample_fmts 공개적으로 프로퍼티

public Unimplemented sample_fmts
리턴 Unimplemented

supported_framerates 공개적으로 프로퍼티

public Unimplemented supported_framerates
리턴 Unimplemented

supported_samplerates 공개적으로 프로퍼티

public int[] supported_samplerates
리턴 int[]

update_thread_context 공개적으로 프로퍼티

public Unimplemented update_thread_context
리턴 Unimplemented