MediaPlayer.SetUriSource(Uri) 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 path to the media.
Note
MediaPlayer.SetUriSource may be altered or unavailable after Windows 10. Use MediaPlayer.Source instead.
public:
virtual void SetUriSource(Uri ^ value) = SetUriSource;
void SetUriSource(Uri const& value);
/// [Windows.Foundation.Metadata.Deprecated("Use Source instead of SetUriSource. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.Foundation.UniversalApiContract")]
void SetUriSource(Uri const& value);
public void SetUriSource(System.Uri value);
[Windows.Foundation.Metadata.Deprecated("Use Source instead of SetUriSource. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.Foundation.UniversalApiContract")]
public void SetUriSource(System.Uri value);
function setUriSource(value)
Public Sub SetUriSource (value As Uri)
Parameters
- Attributes