MediaElement.SetMediaStreamSource(IMediaSource) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the Source of the MediaElement to the specified MediaStreamSource.
public:
virtual void SetMediaStreamSource(IMediaSource ^ source) = SetMediaStreamSource;
void SetMediaStreamSource(IMediaSource const& source);
public void SetMediaStreamSource(IMediaSource source);
function setMediaStreamSource(source)
Public Sub SetMediaStreamSource (source As IMediaSource)
Parameters
- source
- IMediaSource
The media source.