mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00: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
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Reference in a new issue