Rename ServerSideInsertedAdsMediaSource in the dev guide

It was renamed to ServerSideAdInsertionMediaSource in 2749dbd3f5.

PiperOrigin-RevId: 434775357
This commit is contained in:
ibaker 2022-03-15 16:39:02 +00:00 committed by Ian Baker
parent 371c5c1b2e
commit c2af562922

View File

@ -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.