Skip to content

Commit 3e97cce

Browse files
Linking "MediaPlayer.Clock Property" page to "MediaPlayer.SpeedRatio Property" page (#8913)
1 parent f82f5a3 commit 3e97cce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

xml/System.Windows.Media/MediaPlayer.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,9 @@
244244
<remarks>
245245
<format type="text/markdown"><![CDATA[
246246
247-
## Remarks
248-
Setting this property tells the <xref:System.Windows.Media.MediaPlayer> 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 <xref:System.Uri> associated with the new clock is opened.
247+
Setting this property tells the <xref:System.Windows.Media.MediaPlayer> 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 <xref:System.Uri> associated with the new clock is opened.
249248
250-
When the player is in clock mode, seeking using <xref:System.Windows.Media.MediaPlayer.Position%2A> or calling the <xref:System.Windows.Media.MediaPlayer.Play%2A>, <xref:System.Windows.Media.MediaPlayer.Pause%2A>, or <xref:System.Windows.Media.MediaPlayer.Stop%2A> methods will throw an <xref:System.InvalidOperationException>. These operations are only available when the player <xref:System.Windows.Media.MediaPlayer.Clock%2A> is null.
249+
When the player is in clock mode, seeking using <xref:System.Windows.Media.MediaPlayer.Position%2A>, changing speed using <xref:System.Windows.Media.MediaPlayer.SpeedRatio%2A>, or calling the <xref:System.Windows.Media.MediaPlayer.Play%2A>, <xref:System.Windows.Media.MediaPlayer.Pause%2A>, or <xref:System.Windows.Media.MediaPlayer.Stop%2A> methods will throw an <xref:System.InvalidOperationException>. These operations are only available when the player <xref:System.Windows.Media.MediaPlayer.Clock%2A> is null.
251250
252251
]]></format>
253252
</remarks>

0 commit comments

Comments
 (0)