mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Add MRC continuous play API to IMA android sdk.
Details in go/ima-mrc-continuous-play Corresponding js webcore changes is in <unknown commit>. NoExternal PiperOrigin-RevId: 253585186
This commit is contained in:
parent
b449269552
commit
f90cbcdffd
@ -105,6 +105,11 @@ public final class FakeAdsRequest implements AdsRequest {
|
|||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void setContinuousPlayback(boolean b) {
|
||||||
|
throw new UnsupportedOperationException();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setContentDuration(float v) {
|
public void setContentDuration(float v) {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user