C# Class SharpFFmpeg.AVFrameAbs

Inheritance: IAVFrame
显示文件 Open project: crazyender/FFMPEG.net

Private Properties

Property Type Description
DoDecode System.IntPtr

Public Methods

Method Description
AVFrameAbs ( IntPtr pPacket, IntPtr codec ) : System
Close ( ) : void
Decode ( ) : bool

Private Methods

Method Description
DoDecode ( ) : IntPtr

Method Details

AVFrameAbs() public method

public AVFrameAbs ( IntPtr pPacket, IntPtr codec ) : System
pPacket System.IntPtr
codec System.IntPtr
return System

Close() public method

public Close ( ) : void
return void

Decode() public method

public Decode ( ) : bool
return bool