C# Class OpenRA.Mods.Common.FileFormats.VqaReader

Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
Framerate byte
Frames ushort
Height ushort
Width ushort

Private Properties

Свойство Type Description
CollectAudioData void
DecodeFrameData void
LoadFrame void
WriteBlock void

Méthodes publiques

Méthode Description
AdvanceFrame ( ) : void
DecodeVQFR ( Stream s, string parentType = "VQFR" ) : void
Reset ( ) : void
VqaReader ( Stream stream ) : System

Private Methods

Méthode Description
CollectAudioData ( ) : void
DecodeFrameData ( ) : void
LoadFrame ( ) : void
WriteBlock ( int blockNumber, int count, int &x, int &y ) : void

Method Details

AdvanceFrame() public méthode

public AdvanceFrame ( ) : void
Résultat void

DecodeVQFR() public méthode

public DecodeVQFR ( Stream s, string parentType = "VQFR" ) : void
s Stream
parentType string
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

VqaReader() public méthode

public VqaReader ( Stream stream ) : System
stream Stream
Résultat System

Property Details

Framerate public_oe property

public byte Framerate
Résultat byte

Frames public_oe property

public ushort Frames
Résultat ushort

Height public_oe property

public ushort Height
Résultat ushort

Width public_oe property

public ushort Width
Résultat ushort