Package com.naver.ads.video.vast
Class ResolvedAdMediaInfo
-
- All Implemented Interfaces:
public final class ResolvedAdMediaInfoDefines the media metadata.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringmediaUrlprivate final IntegermediaBitrateprivate final IntegermediaWidthprivate final IntegermediaHeightprivate final StringmediaTypeprivate final DeliverymediaDeliveryprivate final IntegermaxBitrateKbps
-
Constructor Summary
Constructors Constructor Description ResolvedAdMediaInfo(String mediaUrl, Integer mediaBitrate, Integer mediaWidth, Integer mediaHeight, String mediaType, Delivery mediaDelivery, Integer maxBitrateKbps)Constructs a new ResolvedAdMediaInfo instance.
-
Method Summary
Modifier and Type Method Description final StringgetMediaUrl()the VAST media url of the selected creative. final IntegergetMediaBitrate()the VAST media bitrate in kbps of the selected creative. final IntegergetMediaWidth()the VAST media width in pixels of the selected creative. final IntegergetMediaHeight()the VAST media height in pixels of the selected creative. final StringgetMediaType()the media MIME type of the selected creative. final DeliverygetMediaDelivery()the delivery type of the selected creative. final IntegergetMaxBitrateKbps()the given maximum bitrate kbps. -
-
Method Detail
-
getMediaUrl
final String getMediaUrl()
the VAST media url of the selected creative.
-
getMediaBitrate
final Integer getMediaBitrate()
the VAST media bitrate in kbps of the selected creative.
-
getMediaWidth
final Integer getMediaWidth()
the VAST media width in pixels of the selected creative.
-
getMediaHeight
final Integer getMediaHeight()
the VAST media height in pixels of the selected creative.
-
getMediaType
final String getMediaType()
the media MIME type of the selected creative.
-
getMediaDelivery
final Delivery getMediaDelivery()
the delivery type of the selected creative.
-
getMaxBitrateKbps
final Integer getMaxBitrateKbps()
the given maximum bitrate kbps.
-
-
-
-