mirror of
https://github.com/samsonjs/media.git
synced 2026-03-30 10:15:48 +00: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
1 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||
public boolean isSkippable() {
|
||||
return skippable;
|
||||
|
|
|
|||
Loading…
Reference in a new issue