Package com.naver.ads.video.vast
Class VastParser.PreOptimizationOptions
-
- All Implemented Interfaces:
-
com.naver.ads.video.VideoAdsOptimizationOptions
public final class VastParser.PreOptimizationOptions implements VideoAdsOptimizationOptions
Defines parameters that pre-optimize the vast response.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegermaxBitrateKbpsprivate final List<VideoAdMimeType>mimeTypes
-
Constructor Summary
Constructors Constructor Description VastParser.PreOptimizationOptions(Integer maxBitrateKbps, List<VideoAdMimeType> mimeTypes)Creates a new PreOptimizationOptions instance.
-
Method Summary
Modifier and Type Method Description IntegergetMaxBitrateKbps()the maximum recommended bitrate. List<VideoAdMimeType>getMimeTypes()the supported mime type. -
-
Constructor Detail
-
VastParser.PreOptimizationOptions
VastParser.PreOptimizationOptions(Integer maxBitrateKbps, List<VideoAdMimeType> mimeTypes)
Creates a new PreOptimizationOptions instance.
-
-
Method Detail
-
getMaxBitrateKbps
Integer getMaxBitrateKbps()
the maximum recommended bitrate.
-
getMimeTypes
List<VideoAdMimeType> getMimeTypes()
the supported mime type.
-
-
-
-