Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 956 Bytes

mediaplayer_sourcechanged.md

File metadata and controls

20 lines (14 loc) · 956 Bytes
-api-id -api-type
E:Windows.Media.Playback.MediaPlayer.SourceChanged
winrt event

Windows.Media.Playback.MediaPlayer.SourceChanged

-description

Occurs when the media source for the MediaPlayer changes.

-remarks

A typical use of this event is if you are implementing your own transport controls. You can respond to this event by checking to see whether the source is a MediaSource, MediaPlaybackItem, or MediaPlaybackList and then update your UI accordingly. For example, if the source is a MediaPlaybackItem, you could subscribe to the list of audio and caption tracks and update the list in your UI so that the user can select the active track.

-examples

-see-also