C# Class SharpFFmpeg.VideoFrame

Inheritance: AVFrameAbs
Show file Open project: crazyender/FFMPEG.net Class Usage Examples

Private Properties

Property Type Description
ConvertToBitmap void
DoDecode System.IntPtr

Public Methods

Method Description
VideoFrame ( IntPtr pPacket, IntPtr codec ) : System

Private Methods

Method Description
ConvertToBitmap ( VideoFrameType &t ) : void
DoDecode ( ) : IntPtr

Method Details

VideoFrame() public method

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