C# Class SharpFFmpeg.AVStream

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

Méthodes publiques

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

Method Details

AVStream() public méthode

public AVStream ( IntPtr fileContext ) : System
fileContext System.IntPtr
Résultat System

Close() public méthode

public Close ( ) : void
Résultat void

GetNext() public méthode

public GetNext ( ) : IAVFrame
Résultat IAVFrame

SetPosition() public méthode

public SetPosition ( long position ) : bool
position long
Résultat bool