Property | Type | Description | |
---|---|---|---|
chip | enmChipType | ||
edAdr | long | ||
fileName | string | ||
freq | int | ||
isSecondary | bool | ||
loopAdr | long | ||
num | int | ||
size | long | ||
stAdr | long | ||
vol | int |
Method | Description | |
---|---|---|
clsPcm ( int num, enmChipType chip, bool isSecondary, string fileName, int freq, int vol, long stAdr, long edAdr, long size, long loopAdr ) : System |
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 |