Package org.prebid.mobile
Class VideoParameters
java.lang.Object
org.prebid.mobile.VideoParameters
Video parameters for requesting ad.
Describes an OpenRTB video object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetApi()getBattr()getMimes()getPlcmt()voidvoidsetApi(List<Signals.Api> api) voidsetBattr(List<Signals.CreativeAttribute> battr) voidsetLinearity(Integer linearity) voidsetMaxBitrate(Integer maxBitrate) voidsetMaxDuration(Integer maxDuration) voidsetMinBitrate(Integer minBitrate) voidsetMinDuration(Integer minDuration) voidsetPlacement(Signals.Placement placement) voidsetPlaybackMethod(List<Signals.PlaybackMethod> playbackMethod) voidsetPlcmt(Signals.Plcmt plcmt) SetsSignals.Plcmt.voidsetProtocols(List<Signals.Protocols> protocols) voidsetSkippable(Boolean skippable) Indicates if the player will allow the video to be skipped, where 0 = no, 1 = yes.voidsetStartDelay(Signals.StartDelay startDelay)
-
Constructor Details
-
VideoParameters
- Parameters:
mimes- - supported content MIME types (required parameter) "video/mp4" "video/x-ms-wmv"
-
-
Method Details
-
getApi
-
setApi
-
getMaxBitrate
-
setMaxBitrate
-
getMinBitrate
-
setMinBitrate
-
getMaxDuration
-
setMaxDuration
-
getMinDuration
-
setMinDuration
-
getMimes
-
getPlaybackMethod
-
setPlaybackMethod
-
getProtocols
-
setProtocols
-
getStartDelay
-
setStartDelay
-
getPlacement
-
setPlacement
-
getLinearity
-
setLinearity
-
getAdSize
-
setAdSize
-
getPlcmt
-
setPlcmt
SetsSignals.Plcmt. -
getBattr
-
setBattr
-
getSkippable
-
setSkippable
Indicates if the player will allow the video to be skipped, where 0 = no, 1 = yes.
-