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

https://bugzilla.novell.com/show_bug.cgi?id=687994#c0


           Summary: AVAudioSettings.AVFormatIDKey is missing
                    (AVAudioSettings.AVFormatKey is there instead)
    Classification: Mono
           Product: MonoTouch
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Class Libraries
        AssignedTo: mono-bugs@lists.ximian.com
        ReportedBy: f...@kruegersystems.com
         QAContact: mono-bugs@lists.ximian.com
          Found By: ---
           Blocker: ---


Description of Problem:

AVAudioSettings.AVFormatIDKey is missing. AVAudioSettings.AVFormatKey is
provided, but produces errors.

new NSString("AVFormatIDKey") works as a substitute.

AVAudioSettings.AVFormatIDKey is in AVAudioSettings.h:

/* keys for all formats */
extern NSString *const AVFormatIDKey;               /* value is an integer
(format ID) from CoreAudioTypes.h */
extern NSString *const AVSampleRateKey;             /* value is floating point
in Hertz */
extern NSString *const AVNumberOfChannelsKey;       /* value is an integer */

-- 
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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to