[Mono-bugs] [Bug 686481] New: AllowsAirPlay does not work with MonoTouch 4.0
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Apr 10 03:34:19 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=686481
https://bugzilla.novell.com/show_bug.cgi?id=686481#c0
Summary: AllowsAirPlay does not work with MonoTouch 4.0
Classification: Mono
Product: MonoTouch
Version: SVN
Platform: Macintosh
OS/Version: Mac OS X 10.6
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Class Libraries
AssignedTo: gnorton at novell.com
ReportedBy: d.seeber at sentris.de
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; de-de)
AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27
Having installed iOS-SDK 4.3 and MonoTouch 4.0 this will not work:
MPMoviePlayerController mpc = new MPMoviePlayerController(new
NSUrl(this.m_VideoInfos[nVideoIndex].PublicUri));
mpc.AllowsAirPlay = true;
The compiler says that
MonoTouch.MediaPlayer.MPMoviePlayerController.AllowsAirPlay is read-only.
That's a bug, isn't it?
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list