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

Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Свойство 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

Свойство Type Description
On bool

Méthodes publiques

Méthode Description
SasVoice ( int Index ) : System
SetOn ( bool Set ) : void
SetPlaying ( bool Set ) : void

Method Details

SasVoice() public méthode

public SasVoice ( int Index ) : System
Index int
Résultat System

SetOn() public méthode

public SetOn ( bool Set ) : void
Set bool
Résultat void

SetPlaying() public méthode

public SetPlaying ( bool Set ) : void
Set bool
Résultat void

Property Details

EffectLeftVolume public_oe property

public int EffectLeftVolume
Résultat int

EffectRightVolume public_oe property

public int EffectRightVolume
Résultat int

Envelope public_oe property

public SasEnvelope,CSPspEmu.Hle.Modules.sc_sascore Envelope
Résultat SasEnvelope

EnvelopeHeight public_oe property

public int EnvelopeHeight
Résultat int

Index public_oe property

public int Index
Résultat int

LeftVolume public_oe property

public int LeftVolume
Résultat int

On protected_oe property

Voice enabled.
protected bool On
Résultat bool

Paused public_oe property

Voice is paused.
public bool Paused
Résultat bool

Pitch public_oe property

public int Pitch
Résultat int

Playing public_oe property

Voice is playing.
public bool Playing
Résultat bool

RightVolume public_oe property

public int RightVolume
Résultat int

SustainLevel public_oe property

public int SustainLevel
Résultat int

Vag public_oe property

public ISoundDecoder Vag
Résultat ISoundDecoder

VagAddress public_oe property

public uint VagAddress
Résultat uint

VagSize public_oe property

public int VagSize
Résultat int