C# Class mml2vgm.clsPcm

Mostra file Open project: kuma4649/mml2vgm Class Usage Examples

Public Properties

Property Type Description
chip enmChipType
edAdr long
fileName string
freq int
isSecondary bool
loopAdr long
num int
size long
stAdr long
vol int

Public Methods

Method Description
clsPcm ( int num, enmChipType chip, bool isSecondary, string fileName, int freq, int vol, long stAdr, long edAdr, long size, long loopAdr ) : System

Method Details

clsPcm() public method

public clsPcm ( int num, enmChipType chip, bool isSecondary, string fileName, int freq, int vol, long stAdr, long edAdr, long size, long loopAdr ) : System
num int
chip enmChipType
isSecondary bool
fileName string
freq int
vol int
stAdr long
edAdr long
size long
loopAdr long
return System

Property Details

chip public_oe property

public enmChipType chip
return enmChipType

edAdr public_oe property

public long edAdr
return long

fileName public_oe property

public string fileName
return string

freq public_oe property

public int freq
return int

isSecondary public_oe property

public bool isSecondary
return bool

loopAdr public_oe property

public long loopAdr
return long

num public_oe property

public int num
return int

size public_oe property

public long size
return long

stAdr public_oe property

public long stAdr
return long

vol public_oe property

public int vol
return int