MediaStreamer.SetSource Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the source of the MediaStreamer.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- remoteStream
- Type: System.Windows.Media.MediaStreamSource
A subclass of MediaStreamSource that provides the media stream.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The object has already been disposed. |
| ArgumentNullException | The supplied MediaStreamSource object is null. |
Show: