C# Class NScumm.Scumm.Audio.IMuse.IMuseDigital.Track

Mostrar archivo Open project: scemino/nscumm Class Usage Examples

Public Properties

Property Type Description
CurHookId int
CurRegion int
DataMod12Bit int
DataOffset int
FeedSize int
MixChanHandle NScumm.Core.Audio.SoundHandle
MixerFlags AudioFlags
RegionOffset int
SndDataExtComp bool
SouStreamUsed bool
SoundDesc SoundDesc
SoundId int
SoundName string
SoundPriority int
SoundType int
Stream NScumm.Core.QueuingAudioStream
ToBeRemoved bool
TrackId int
Used bool
VolFadeDelay int
VolFadeDest int
VolFadeStep int
VolFadeUsed bool
VolGroupId int
pan sbyte
vol int

Private Properties

Property Type Description

Public Methods

Method Description
Clear ( ) : void
Clone ( ) : Track
GetSoundType ( ) : SoundType
Track ( ) : System

Method Details

Clear() public method

public Clear ( ) : void
return void

Clone() public method

public Clone ( ) : Track
return Track

GetSoundType() public method

public GetSoundType ( ) : SoundType
return SoundType

Track() public method

public Track ( ) : System
return System

Property Details

CurHookId public_oe property

public int CurHookId
return int

CurRegion public_oe property

public int CurRegion
return int

DataMod12Bit public_oe property

public int DataMod12Bit
return int

DataOffset public_oe property

public int DataOffset
return int

FeedSize public_oe property

public int FeedSize
return int

MixChanHandle public_oe property

public SoundHandle,NScumm.Core.Audio MixChanHandle
return NScumm.Core.Audio.SoundHandle

MixerFlags public_oe property

public AudioFlags MixerFlags
return AudioFlags

RegionOffset public_oe property

public int RegionOffset
return int

SndDataExtComp public_oe property

public bool SndDataExtComp
return bool

SouStreamUsed public_oe property

public bool SouStreamUsed
return bool

SoundDesc public_oe property

public SoundDesc,NScumm.Scumm.Audio.IMuse.IMuseDigital SoundDesc
return SoundDesc

SoundId public_oe property

public int SoundId
return int

SoundName public_oe property

public string SoundName
return string

SoundPriority public_oe property

public int SoundPriority
return int

SoundType public_oe property

public int SoundType
return int

Stream public_oe property

public QueuingAudioStream,NScumm.Core Stream
return NScumm.Core.QueuingAudioStream

ToBeRemoved public_oe property

public bool ToBeRemoved
return bool

TrackId public_oe property

public int TrackId
return int

Used public_oe property

public bool Used
return bool

VolFadeDelay public_oe property

public int VolFadeDelay
return int

VolFadeDest public_oe property

public int VolFadeDest
return int

VolFadeStep public_oe property

public int VolFadeStep
return int

VolFadeUsed public_oe property

public bool VolFadeUsed
return bool

VolGroupId public_oe property

public int VolGroupId
return int

pan public_oe property

public sbyte pan
return sbyte

vol public_oe property

public int vol
return int