C# 클래스 CSPspEmu.Hle.Formats.audio.Vag.Decoder.State

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
BlockIndex int
History1 int
History2 int

공개 메소드들

메소드 설명
State ( int BlockIndex, int History1, int History2 ) : System

메소드 상세

State() 공개 메소드

public State ( int BlockIndex, int History1, int History2 ) : System
BlockIndex int
History1 int
History2 int
리턴 System

프로퍼티 상세

BlockIndex 공개적으로 프로퍼티

public int BlockIndex
리턴 int

History1 공개적으로 프로퍼티

public int History1
리턴 int

History2 공개적으로 프로퍼티

public int History2
리턴 int