C# 클래스 CSPspEmu.Hle.Modules.sc_sascore.SasVoice

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

공개 프로퍼티들

프로퍼티 타입 설명
EffectLeftVolume int
EffectRightVolume int
Envelope SasEnvelope
EnvelopeHeight int
Index int
LeftVolume int
Paused bool
Pitch int
Playing bool
RightVolume int
SustainLevel int
Vag ISoundDecoder
VagAddress uint
VagSize int

보호된 프로퍼티들

프로퍼티 타입 설명
On bool

공개 메소드들

메소드 설명
SasVoice ( int Index ) : System
SetOn ( bool Set ) : void
SetPlaying ( bool Set ) : void

메소드 상세

SasVoice() 공개 메소드

public SasVoice ( int Index ) : System
Index int
리턴 System

SetOn() 공개 메소드

public SetOn ( bool Set ) : void
Set bool
리턴 void

SetPlaying() 공개 메소드

public SetPlaying ( bool Set ) : void
Set bool
리턴 void

프로퍼티 상세

EffectLeftVolume 공개적으로 프로퍼티

public int EffectLeftVolume
리턴 int

EffectRightVolume 공개적으로 프로퍼티

public int EffectRightVolume
리턴 int

Envelope 공개적으로 프로퍼티

public SasEnvelope,CSPspEmu.Hle.Modules.sc_sascore Envelope
리턴 SasEnvelope

EnvelopeHeight 공개적으로 프로퍼티

public int EnvelopeHeight
리턴 int

Index 공개적으로 프로퍼티

public int Index
리턴 int

LeftVolume 공개적으로 프로퍼티

public int LeftVolume
리턴 int

On 보호되어 있는 프로퍼티

Voice enabled.
protected bool On
리턴 bool

Paused 공개적으로 프로퍼티

Voice is paused.
public bool Paused
리턴 bool

Pitch 공개적으로 프로퍼티

public int Pitch
리턴 int

Playing 공개적으로 프로퍼티

Voice is playing.
public bool Playing
리턴 bool

RightVolume 공개적으로 프로퍼티

public int RightVolume
리턴 int

SustainLevel 공개적으로 프로퍼티

public int SustainLevel
리턴 int

Vag 공개적으로 프로퍼티

public ISoundDecoder Vag
리턴 ISoundDecoder

VagAddress 공개적으로 프로퍼티

public uint VagAddress
리턴 uint

VagSize 공개적으로 프로퍼티

public int VagSize
리턴 int