Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MediaPlaybackItem.Source Property
Definition
- Namespace:
- Windows.Media.Playback
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 the MediaSource object associated with the MediaPlaybackItem.
public:
property MediaSource ^ Source { MediaSource ^ get(); };
MediaSource Source();
public MediaSource Source { get; }
var mediaSource = mediaPlaybackItem.source;
Public ReadOnly Property Source As MediaSource
Property Value
The MediaSource object associated with the MediaPlaybackItem.
Applies to
Feedback
Was this page helpful?
