public class POBVastPlayerConfig
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
POBVastPlayerConfig.ConfigBuilder
An internal builder class for video config
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxDuration()
Maximum video ad duration in seconds
|
int |
getMediaUriTimeout()
Media Uri loading timeout
|
int |
getMinDuration()
Minimum video ad duration in seconds
|
int |
getSkip()
Indicates if the player will allow the video to be skipped,
where 0 = no, 1 = yes
|
int |
getSkipAfter()
Number of seconds a video must play before skipping is
enabled; only applicable if the ad is skippable.
|
int |
getSkipMin()
Videos of total duration greater than this number of seconds
can be skippable; only applicable if the ad is skippable.
|
int |
getWrapperUriTimeout()
Wrapper Uri request timeout
|
boolean |
isPlayOnMute()
Returns the player behavior to play video creative with sound On/Off.
|
public int getMinDuration()
public int getMaxDuration()
public int getSkip()
public int getSkipMin()
public int getSkipAfter()
public int getWrapperUriTimeout()
public int getMediaUriTimeout()
public boolean isPlayOnMute()