MediaElement.SetPlaybackSource(IMediaPlaybackSource) 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 media playback source.
public:
virtual void SetPlaybackSource(IMediaPlaybackSource ^ source) = SetPlaybackSource;
void SetPlaybackSource(IMediaPlaybackSource const& source);
public void SetPlaybackSource(IMediaPlaybackSource source);
function setPlaybackSource(source)
Public Sub SetPlaybackSource (source As IMediaPlaybackSource)
Parameters
- source
- IMediaPlaybackSource
The media playback source.