[Mono-bugs] [Bug 689985] I found the following issue in your latest release of MonoTouch

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Apr 26 12:53:56 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=689985

https://bugzilla.novell.com/show_bug.cgi?id=689985#c2


--- Comment #2 from Geoff Norton <gnorton at novell.com> 2011-04-26 16:53:55 UTC ---
Actually, this looks wrong:

NSNumber.FromInt32((int)AudioFileType.WAVE),

You probably want

NSNumber.FromInt32((int)AudioFormatType.LinearPCM),

there, since FormatID is a AudioFormatType.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list