From c2af562922ad52e5b68a3b7d3dba6ecce5924bd2 Mon Sep 17 00:00:00 2001 From: ibaker Date: Tue, 15 Mar 2022 16:39:02 +0000 Subject: [PATCH] Rename ServerSideInsertedAdsMediaSource in the dev guide It was renamed to ServerSideAdInsertionMediaSource in https://github.com/google/ExoPlayer/commit/2749dbd3f5fda88aee0d3f679f3707e785056279. PiperOrigin-RevId: 434775357 --- docs/ad-insertion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ad-insertion.md b/docs/ad-insertion.md index 99bc0af08b..33a50c158b 100644 --- a/docs/ad-insertion.md +++ b/docs/ad-insertion.md @@ -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.