I just downloaded the 4.08.09 version of FMOD Ex, and there seems to be a problem with fmod.cs (for c# development).
The declaration for public struct CREATESOUNDEXINFO contains the following line (source line 1160):
[code:2u69m4c6]public FMOD_TIMEUNIT initialseekpostype; /* [in] Optional. Specify 0 to ignore. For streams. Specify the time unit for the position set in initialseekposition. */[/code:2u69m4c6]
From what I can see, this should read:
[code:2u69m4c6]public TIMEUNIT initialseekpostype; /* [in] Optional. Specify 0 to ignore. For streams. Specify the time unit for the position set in initialseekposition. */[/code:2u69m4c6]
Dennis
- chdennis asked 10 years ago
- You must login to post comments
You are right, I’ll fix this up for our next release.
- chenpo answered 10 years ago
- You must login to post comments
Please login first to submit.