C# 클래스 SharpFFmpeg.AVStream

상속: IAVStream
파일 보기 프로젝트 열기: crazyender/FFMPEG.net

공개 메소드들

메소드 설명
AVStream ( IntPtr fileContext ) : System
Close ( ) : void
GetNext ( ) : IAVFrame
SetPosition ( long position ) : bool

메소드 상세

AVStream() 공개 메소드

public AVStream ( IntPtr fileContext ) : System
fileContext System.IntPtr
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetNext() 공개 메소드

public GetNext ( ) : IAVFrame
리턴 IAVFrame

SetPosition() 공개 메소드

public SetPosition ( long position ) : bool
position long
리턴 bool