Commit 595ad8a8 by ibaker Committed by Ian Baker

Don't use code font in titles in the dev guide

#minor-release

PiperOrigin-RevId: 426870114
parent af43c93a
Showing with 2 additions and 2 deletions
...@@ -104,7 +104,7 @@ ExoPlayer player = ...@@ -104,7 +104,7 @@ ExoPlayer player =
~~~ ~~~
{: .language-java} {: .language-java}
## Custom `MediaSource` instantiation ## ## Custom MediaSource instantiation ##
If your app is using a custom `MediaSource.Factory` and you want If your app is using a custom `MediaSource.Factory` and you want
`DefaultMediaSourceFactory` to be removed by code stripping, you should pass `DefaultMediaSourceFactory` to be removed by code stripping, you should pass
......
...@@ -19,7 +19,7 @@ well as playback controls. ...@@ -19,7 +19,7 @@ well as playback controls.
`StyledPlayerView` has a `setPlayer` method for attaching and detaching (by `StyledPlayerView` has a `setPlayer` method for attaching and detaching (by
passing `null`) player instances. passing `null`) player instances.
## `StyledPlayerView` ## ## StyledPlayerView ##
`StyledPlayerView` can be used for both video and audio playbacks. It renders `StyledPlayerView` can be used for both video and audio playbacks. It renders
video and subtitles in the case of video playback, and can display artwork video and subtitles in the case of video playback, and can display artwork
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment