MediaCapture and Window VisibilityChanged
问题 [Question] On Windows Phone 8.1, what exactly happens in between the time when the user leaves the app and the OnSuspended event fires? I'm having trouble with the ability to manage objects in that span, in particular MediaCpture object. To better explain the problem, here is the scenario: The user is on a page with a video preview being pumped to a CaptureElement The user taps the Start button The user taps Back button and returns to the page with a broken MediaCapture With WinRT there isn't