mirror of
https://github.com/samsonjs/media.git
synced 2026-04-26 14:57:47 +00:00
Fix typos
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=180778084
This commit is contained in:
parent
a314db04ad
commit
682953c411
2 changed files with 2 additions and 2 deletions
|
|
@ -332,7 +332,7 @@ public final class ImaAdsLoader extends Player.DefaultEventListener implements A
|
|||
*
|
||||
* <p>Ads will be requested automatically when the player is prepared if this method has not been
|
||||
* called, so it is only necessary to call this method if you want to request ads before preparing
|
||||
* the player
|
||||
* the player.
|
||||
*
|
||||
* @param adUiViewGroup A {@link ViewGroup} on top of the player that will show any ad UI.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ import java.util.Map;
|
|||
|
||||
/**
|
||||
* Updates the {@link DashManifest} and the index of this period in the manifest.
|
||||
* <p>
|
||||
*
|
||||
* @param manifest The updated manifest.
|
||||
* @param periodIndex the new index of this period in the updated manifest.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue