MediaPlaybackItem.Source Property
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.
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.