Windows.Media.Core.MediaStreamSource.NotifyError

February 8, 2017 ยท View on GitHub

-description

Notifies the MediaStreamSource that an error has occurred which is preventing the application from continuing to deliver data to the MediaStreamSource.

-parameters

-param errorStatus

The cause of the error.

-remarks

The application should invoke this method when it has encountered an unrecoverable error, for example, loss of the network connection to a media server or an out-of-memory condition.

The MediaStreamSource will raise the Closed event when this method is invoked.

-examples

-see-also