Make replaceAdTagParameters unstable API for now
PiperOrigin-RevId: 627323264
This commit is contained in:
parent
8da6938782
commit
e866cb02d6
1
api.txt
1
api.txt
@ -1393,7 +1393,6 @@ package androidx.media3.exoplayer.ima {
|
|||||||
|
|
||||||
public static final class ImaServerSideAdInsertionMediaSource.AdsLoader {
|
public static final class ImaServerSideAdInsertionMediaSource.AdsLoader {
|
||||||
method public androidx.media3.exoplayer.ima.ImaServerSideAdInsertionMediaSource.AdsLoader.State release();
|
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);
|
method public void setPlayer(androidx.media3.common.Player);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -477,6 +477,7 @@ public final class ImaServerSideAdInsertionMediaSource extends CompositeMediaSou
|
|||||||
*
|
*
|
||||||
* @see StreamManager#replaceAdTagParameters(Map<String, String>)
|
* @see StreamManager#replaceAdTagParameters(Map<String, String>)
|
||||||
*/
|
*/
|
||||||
|
@UnstableApi
|
||||||
public void replaceAdTagParameters(Map<String, String> adTagParameters) {
|
public void replaceAdTagParameters(Map<String, String> adTagParameters) {
|
||||||
if (player == null) {
|
if (player == null) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user