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

Mostra file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Framerate byte
Frames ushort
Height ushort
Width ushort

Private Properties

Property Type Description
CollectAudioData void
DecodeFrameData void
LoadFrame void
WriteBlock void

Public Methods

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

Private Methods

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

Method Details

AdvanceFrame() public method

public AdvanceFrame ( ) : void
return void

DecodeVQFR() public method

public DecodeVQFR ( Stream s, string parentType = "VQFR" ) : void
s Stream
parentType string
return void

Reset() public method

public Reset ( ) : void
return void

VqaReader() public method

public VqaReader ( Stream stream ) : System
stream Stream
return System

Property Details

Framerate public_oe property

public byte Framerate
return byte

Frames public_oe property

public ushort Frames
return ushort

Height public_oe property

public ushort Height
return ushort

Width public_oe property

public ushort Width
return ushort