| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Field and Description |
|---|---|
VideoThrift |
ImpressionThrift.video
A reference to a video object.
|
| Modifier and Type | Method and Description |
|---|---|
VideoThrift |
VideoThrift.deepCopy() |
VideoThrift |
Video.Thrift.get() |
VideoThrift |
ImpressionThrift.getVideo()
A reference to a video object.
|
VideoThrift |
VideoThrift.setApi(List<Short> api)
List of supported API frameworks for this impression.
|
VideoThrift |
VideoThrift.setBattr(List<Short> battr)
Blocked creative attributes.
|
VideoThrift |
VideoThrift.setBoxingallowed(byte boxingallowed)
If exchange publisher has rules preventing letter boxing of 4x3 content to play in a 16x9 window, then this should be set to false.
|
VideoThrift |
VideoThrift.setCompanionad(List<BannerThrift> companionad)
If companion ads are available, they can be listed as an array of banner objects.
|
VideoThrift |
VideoThrift.setDeliverymethod(List<Short> deliverymethod)
List of supported delivery methods (streaming, progressive).
|
VideoThrift |
VideoThrift.setH(int h)
Height of the player in pixels.
|
VideoThrift |
VideoThrift.setLinearity(short linearity)
Indicates whether the ad impression must be linear, non- linear or can be of any type (field not set).
|
VideoThrift |
VideoThrift.setMaxbitrate(int maxbitrate)
Maximum bit rate in Kbps.
|
VideoThrift |
VideoThrift.setMaxduration(int maxduration)
Maximum video ad duration in seconds.
|
VideoThrift |
VideoThrift.setMaxextended(int maxextended)
Maximum extended video ad duration, if extension is allowed.
|
VideoThrift |
VideoThrift.setMimes(List<String> mimes)
Content MIME types supported.
|
VideoThrift |
VideoThrift.setMinbitrate(int minbitrate)
Minimum bit rate in Kbps.
|
VideoThrift |
VideoThrift.setMinduration(int minduration)
Minimum video ad duration in seconds.
|
VideoThrift |
VideoThrift.setPlaybackmethod(List<Short> playbackmethod)
List of allowed playback methods.
|
VideoThrift |
VideoThrift.setPos(short pos)
Ad Position (see table 6.5).
|
VideoThrift |
VideoThrift.setProtocol(short protocol)
Video bid response protocols.
|
VideoThrift |
VideoThrift.setProtocols(List<Short> protocols)
Video bid response protocols.
|
VideoThrift |
VideoThrift.setSequence(int sequence)
If multiple ad impressions are offered in the same bid request, the sequence number will allow for the coordinated delivery of multiple creatives.
|
VideoThrift |
VideoThrift.setStartdelay(short startdelay)
Indicates the start delay in seconds for preroll, midroll, or postroll ad placement.
|
VideoThrift |
VideoThrift.setVast_companion_type(List<Short> vast_companion_type)
Recommended if companion objects are included.
|
VideoThrift |
VideoThrift.setW(int w)
Width of the player in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
int |
VideoThrift.compareTo(VideoThrift other) |
boolean |
VideoThrift.equals(VideoThrift that) |
static Video.Builder<VideoThrift> |
Video.newThriftBuilder(VideoThrift other)
Returns new Thrift builder instance based on existing prototype.
|
ImpressionThrift |
ImpressionThrift.setVideo(VideoThrift video)
A reference to a video object.
|
static Video.Thrift |
Video.thrift(VideoThrift instance)
Creates a new wrapped Thrift struct copied from an existing instance.
|
| Constructor and Description |
|---|
Thrift(VideoThrift wrapped)
Wraps an existing instance.
|
ThriftBuilder(VideoThrift builder)
Only use this if you know what you are doing.
|
VideoThrift(VideoThrift other)
Performs a deep copy on other.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.