Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MediaPlayerElement.Source Property
Definition
- Namespace:
- Windows.UI.Xaml.Controls
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.
Gets or sets a media source on the MediaPlayerElement.
public:
property IMediaPlaybackSource ^ Source { IMediaPlaybackSource ^ get(); void set(IMediaPlaybackSource ^ value); };
IMediaPlaybackSource Source();
void Source(IMediaPlaybackSource value);
public IMediaPlaybackSource Source { get; set; }
var iMediaPlaybackSource = mediaPlayerElement.source;
mediaPlayerElement.source = iMediaPlaybackSource;
Public Property Source As IMediaPlaybackSource
Property Value
The source of the media. The default is null.
Applies to
Feedback
Was this page helpful?
