mirror of
https://github.com/androidx/media.git
synced 2025-05-04 14:10:40 +08:00
Add IMA tests to presubmit
Also fix internal build by adding some methods. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=213828434
This commit is contained in:
parent
7e55a6311f
commit
a5fc7883a6
@ -64,6 +64,18 @@ import java.util.Set;
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int getVastMediaWidth() {
|
||||||
|
throw new UnsupportedOperationException();
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getVastMediaHeight() {
|
||||||
|
throw new UnsupportedOperationException();
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getVastMediaBitrate() {
|
||||||
|
throw new UnsupportedOperationException();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isSkippable() {
|
public boolean isSkippable() {
|
||||||
return skippable;
|
return skippable;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user