Commit 9f3868d6 by Ian Baker Committed by GitHub

Rename ServerSideInsertedAdsMediaSource in the dev guide

It was renamed to ServerSideAdInsertionMediaSource in
https://github.com/google/ExoPlayer/commit/cbceb2a275c29ddc044d42b9896b8d0d49ba305f
parent 8129675b
Showing with 1 additions and 1 deletions
......@@ -301,7 +301,7 @@ provide a custom `MediaSource` that accepts URIs with the `ssai://` scheme
similar to `ImaServerSideAdInsertionMediaSource`.
The actual logic of creating the ad structure can be delegated to the general
purpose `ServerSideInsertedAdsMediaSource`, which wraps a stream `MediaSource`
purpose `ServerSideAdInsertionMediaSource`, which wraps a stream `MediaSource`
and allows the user to set and update the `AdPlaybackState` representing the ad
metadata.
......
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