C# Class jxGameFramework.Media.VideoDecoder

Inheritance: IDisposable
Afficher le fichier Open project: jxpxxzj/WarshipGirl Class Usage Examples

Méthodes publiques

Свойство Type Description
BufferSize int
FrameDelay double

Private Properties

Свойство Type Description
Decode void
av_q2d double

Méthodes publiques

Méthode Description
Dispose ( ) : void
Dispose ( bool disposing ) : void
GetFrame ( int time ) : byte[]
Open ( byte bytes ) : bool
Open ( string path ) : bool
OpenStream ( Stream inStream ) : bool
Seek ( int time ) : void
VideoDecoder ( int bufferSize ) : System

Initialize

Private Methods

Méthode Description
Decode ( ) : void
av_q2d ( FFmpeg a ) : double

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetFrame() public méthode

public GetFrame ( int time ) : byte[]
time int
Résultat byte[]

Open() public méthode

public Open ( byte bytes ) : bool
bytes byte
Résultat bool

Open() public méthode

public Open ( string path ) : bool
path string
Résultat bool

OpenStream() public méthode

public OpenStream ( Stream inStream ) : bool
inStream Stream
Résultat bool

Seek() public méthode

public Seek ( int time ) : void
time int
Résultat void

VideoDecoder() public méthode

Initialize
public VideoDecoder ( int bufferSize ) : System
bufferSize int need a suitable buffer size?
Résultat System

Property Details

BufferSize public_oe property

public int BufferSize
Résultat int

FrameDelay public_oe property

public double FrameDelay
Résultat double