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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.