MediaPlayer.TimelineController 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 the MediaTimelineController associated with the MediaPlayer. Use this property to manipulate multiple MediaPlayer instances with a single timeline control.
public:
property MediaTimelineController ^ TimelineController { MediaTimelineController ^ get(); void set(MediaTimelineController ^ value); };
MediaTimelineController TimelineController();
void TimelineController(MediaTimelineController value);
public MediaTimelineController TimelineController { get; set; }
var mediaTimelineController = mediaPlayer.timelineController;
mediaPlayer.timelineController = mediaTimelineController;
Public Property TimelineController As MediaTimelineController
Property Value
The MediaTimelineController associated with the MediaPlayer.
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|