C# Class CSPspEmu.Hle.Modules.sc_sascore.SasVoice

ファイルを表示 Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
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

Protected Properties

Property Type Description
On bool

Public Methods

Method Description
SasVoice ( int Index ) : System
SetOn ( bool Set ) : void
SetPlaying ( bool Set ) : void

Method Details

SasVoice() public method

public SasVoice ( int Index ) : System
Index int
return System

SetOn() public method

public SetOn ( bool Set ) : void
Set bool
return void

SetPlaying() public method

public SetPlaying ( bool Set ) : void
Set bool
return void

Property Details

EffectLeftVolume public_oe property

public int EffectLeftVolume
return int

EffectRightVolume public_oe property

public int EffectRightVolume
return int

Envelope public_oe property

public SasEnvelope,CSPspEmu.Hle.Modules.sc_sascore Envelope
return SasEnvelope

EnvelopeHeight public_oe property

public int EnvelopeHeight
return int

Index public_oe property

public int Index
return int

LeftVolume public_oe property

public int LeftVolume
return int

On protected_oe property

Voice enabled.
protected bool On
return bool

Paused public_oe property

Voice is paused.
public bool Paused
return bool

Pitch public_oe property

public int Pitch
return int

Playing public_oe property

Voice is playing.
public bool Playing
return bool

RightVolume public_oe property

public int RightVolume
return int

SustainLevel public_oe property

public int SustainLevel
return int

Vag public_oe property

public ISoundDecoder Vag
return ISoundDecoder

VagAddress public_oe property

public uint VagAddress
return uint

VagSize public_oe property

public int VagSize
return int