C# Class SharpFFmpeg.AVFrameAbs

Inheritance: IAVFrame
Afficher le fichier Open project: crazyender/FFMPEG.net

Private Properties

Свойство Type Description
DoDecode System.IntPtr

Méthodes publiques

Méthode Description
AVFrameAbs ( IntPtr pPacket, IntPtr codec ) : System
Close ( ) : void
Decode ( ) : bool

Private Methods

Méthode Description
DoDecode ( ) : IntPtr

Method Details

AVFrameAbs() public méthode

public AVFrameAbs ( IntPtr pPacket, IntPtr codec ) : System
pPacket System.IntPtr
codec System.IntPtr
Résultat System

Close() public méthode

public Close ( ) : void
Résultat void

Decode() public méthode

public Decode ( ) : bool
Résultat bool