MediaElement.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 or sets a media source on the MediaElement.
public:
property Uri ^ Source { Uri ^ get(); void set(Uri ^ value); };
public Uri Source { get; set; }
member this.Source : Uri with get, set
Public Property Source As Uri
Property Value
The URI that specifies the source of the element. The default is null
.
Exceptions
The Clock property is not null
.
Remarks
Setting the value of this property causes the media to play.
This property can be set only when the Clock property is null
. When the Clock property is non-null
, the timing engine controls media playback behavior.
Dependency Property Information
Identifier field | SourceProperty |
Metadata properties set to true |
AffectsMeasure, AffectsRender |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.