From fdb2c71442e6ecef4e03c9caf6eb418dc8678831 Mon Sep 17 00:00:00 2001 From: Anonymous87549236 <70477515+Anonymous87549236@users.noreply.github.com> Date: Sun, 19 Mar 2023 19:19:39 +0300 Subject: [PATCH] Linking "MediaPlayer.Clock Property" page to "MediaPlayer.SpeedRatio Property" page Linking https://learn.microsoft.com/en-us/dotnet/api/system.windows.media.mediaplayer.clock?view=windowsdesktop-7.0#system-windows-media-mediaplayer-clock to https://learn.microsoft.com/en-us/dotnet/api/system.windows.media.mediaplayer.speedratio?view=windowsdesktop-7.0#system-windows-media-mediaplayer-speedratio . --- xml/System.Windows.Media/MediaPlayer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Windows.Media/MediaPlayer.xml b/xml/System.Windows.Media/MediaPlayer.xml index a8de4123af8..6fd23ab04f9 100644 --- a/xml/System.Windows.Media/MediaPlayer.xml +++ b/xml/System.Windows.Media/MediaPlayer.xml @@ -231,7 +231,7 @@ ## Remarks Setting this property tells the to be clock driven and will utilize the timing engine, placing the player in Clock mode. Any media that is playing is stopped and the associated with the new clock is opened. - When the player is in clock mode, seeking using or calling the , , or methods will throw an . These operations are only available when the player is null. + When the player is in clock mode, seeking using , changing speed using or calling the , , or methods will throw an . These operations are only available when the player is null. ]]>