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

Exibir arquivo Open project: scemino/nscumm

Public Properties

Property Type Description
AttribPos byte
FadeOutDelay short
Filename string
HookId byte
Name string
SoundId short
TransitionType byte

Public Methods

Method Description
ImuseComiTable ( byte transitionType, short soundId, string name, byte attribPos, byte hookId, short fadeOutDelay, string filename )

Method Details

ImuseComiTable() public method

public ImuseComiTable ( byte transitionType, short soundId, string name, byte attribPos, byte hookId, short fadeOutDelay, string filename )
transitionType byte
soundId short
name string
attribPos byte
hookId byte
fadeOutDelay short
filename string

Property Details

AttribPos public_oe property

public byte AttribPos
return byte

FadeOutDelay public_oe property

public short FadeOutDelay
return short

Filename public_oe property

public string Filename
return string

HookId public_oe property

public byte HookId
return byte

Name public_oe property

public string Name
return string

SoundId public_oe property

public short SoundId
return short

TransitionType public_oe property

public byte TransitionType
return byte