Skip to content

Commit bfbf1cc

Browse files
committed
Fixing broken links
1 parent aded981 commit bfbf1cc

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

hub/apps/develop/media-playback/media-playback-with-mediasource.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ In the handler for the [**TimedTextSource.Resolved**](/uwp/api/windows.media.cor
133133

134134
:::code language="csharp" source="~/../snippets-windows/winappsdk/audio-video-camera/media-source-winui/cs/MediaSourceWinUI/MainWindow.xaml.cs" id="SnippetTimedTextSourceResolved":::
135135

136-
For a list of the timed text formats that are supported on Windows, see [Supported codecs](supported-codecs.md).
136+
For a list of the timed text formats that are supported on Windows, see [Supported codecs](/windows/uwp/audio-video-camera/supported-codecs).
137137

138138
## Add additional metadata tracks
139139

@@ -230,7 +230,8 @@ Starting with Windows 10, version 1703, you can supply an [**AdaptiveMediaSource
230230

231231

232232
## Related topics
233+
233234
* [Media playback](media-playback.md)
234235
* [Play audio and video with MediaPlayer](play-audio-and-video-with-mediaplayer.md)
235236
* [Integrate with the System Media Transport Controls](integrate-with-systemmediatransportcontrols.md)
236-
* [Play media in the background](background-audio.md)
237+

hub/apps/develop/media-playback/play-audio-and-video-with-mediaplayer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,3 @@ The user may decide that they want to pause or continue playback, even if the au
271271
* [Media items, playlists, and tracks](media-playback-with-mediasource.md)
272272
* [Integrate with the System Media Transport Controls](integrate-with-systemmediatransportcontrols.md)
273273
* [Create, schedule, and manage media breaks](create-schedule-and-manage-media-breaks.md)
274-
* [Play media in the background](background-audio.md)

hub/apps/develop/media-playback/system-media-transport-controls.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,10 @@ If you are not using the automatic SMTC integration provided by **MediaPlayer**
103103

104104
Apps that use the new one-process model for background audio should get an instance of the [**SystemMediaTransportControls**](/uwp/api/Windows.Media.SystemMediaTransportControls) by calling [**GetForCurrentView**](/uwp/api/windows.media.systemmediatransportcontrols.getforcurrentview). Apps that use the legacy two-process model for background audio must use [**BackgroundMediaPlayer.Current.SystemMediaTransportControls**](/uwp/api/windows.media.playback.mediaplayer.systemmediatransportcontrols) to get access to the SMTC from their background process.
105105

106-
For more information on playing audio in the background, see [Play media in the background](background-audio.md).
106+
107107

108108
## Related topics
109+
109110
* [Media playback](media-playback.md)
110111
* [Integrate with the System Media Transport Controls](integrate-with-systemmediatransportcontrols.md) 
111112
* [System Media Transport sample](https://github.com/Microsoft/Windows-universal-samples/tree/dev/Samples/SystemMediaTransportControls)

0 commit comments

Comments
 (0)