C# Class SharpFFmpeg.AVStream

Inheritance: IAVStream
Mostrar archivo Open project: crazyender/FFMPEG.net

Public Methods

Method Description
AVStream ( IntPtr fileContext ) : System
Close ( ) : void
GetNext ( ) : IAVFrame
SetPosition ( long position ) : bool

Method Details

AVStream() public method

public AVStream ( IntPtr fileContext ) : System
fileContext System.IntPtr
return System

Close() public method

public Close ( ) : void
return void

GetNext() public method

public GetNext ( ) : IAVFrame
return IAVFrame

SetPosition() public method

public SetPosition ( long position ) : bool
position long
return bool