C# 클래스 OpenRA.Mods.Common.FileFormats.VqaReader

파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Framerate byte
Frames ushort
Height ushort
Width ushort

Private Properties

프로퍼티 타입 설명
CollectAudioData void
DecodeFrameData void
LoadFrame void
WriteBlock void

공개 메소드들

메소드 설명
AdvanceFrame ( ) : void
DecodeVQFR ( Stream s, string parentType = "VQFR" ) : void
Reset ( ) : void
VqaReader ( Stream stream ) : System

비공개 메소드들

메소드 설명
CollectAudioData ( ) : void
DecodeFrameData ( ) : void
LoadFrame ( ) : void
WriteBlock ( int blockNumber, int count, int &x, int &y ) : void

메소드 상세

AdvanceFrame() 공개 메소드

public AdvanceFrame ( ) : void
리턴 void

DecodeVQFR() 공개 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

VqaReader() 공개 메소드

public VqaReader ( Stream stream ) : System
stream Stream
리턴 System

프로퍼티 상세

Framerate 공개적으로 프로퍼티

public byte Framerate
리턴 byte

Frames 공개적으로 프로퍼티

public ushort Frames
리턴 ushort

Height 공개적으로 프로퍼티

public ushort Height
리턴 ushort

Width 공개적으로 프로퍼티

public ushort Width
리턴 ushort