mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Make replaceAdTagParameters unstable API for now
PiperOrigin-RevId: 627323264
This commit is contained in:
parent
8da6938782
commit
e866cb02d6
2 changed files with 1 additions and 1 deletions
1
api.txt
1
api.txt
|
|
@ -1393,7 +1393,6 @@ package androidx.media3.exoplayer.ima {
|
|||
|
||||
public static final class ImaServerSideAdInsertionMediaSource.AdsLoader {
|
||||
method public androidx.media3.exoplayer.ima.ImaServerSideAdInsertionMediaSource.AdsLoader.State release();
|
||||
method public void replaceAdTagParameters(java.util.Map<java.lang.String,java.lang.String>);
|
||||
method public void setPlayer(androidx.media3.common.Player);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -477,6 +477,7 @@ public final class ImaServerSideAdInsertionMediaSource extends CompositeMediaSou
|
|||
*
|
||||
* @see StreamManager#replaceAdTagParameters(Map<String, String>)
|
||||
*/
|
||||
@UnstableApi
|
||||
public void replaceAdTagParameters(Map<String, String> adTagParameters) {
|
||||
if (player == null) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue