Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaSource.CreateFromUri(Uri) Method

Definition

Namespace:
Windows.Media.Core

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.

Creates an instance of MediaSource from the provided Uri.

public:
 static MediaSource ^ CreateFromUri(Uri ^ uri);
 static MediaSource CreateFromUri(Uri const& uri);
public static MediaSource CreateFromUri(System.Uri uri);
function createFromUri(uri)
Public Shared Function CreateFromUri (uri As Uri) As MediaSource

Parameters

uri
Uri Uri

The URI from which the MediaSource is created.

Returns

The new media source.

Applies to


Feedback

Was this page helpful?