Package com.naver.ads.video
Interface VideoAdsOptimizationOptions
-
- All Implemented Interfaces:
public interface VideoAdsOptimizationOptionsThe options for optimization of video ads.
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetMaxBitrateKbps()the maximum recommended bitrate (kbps). abstract List<VideoAdMimeType>getMimeTypes()the supported mime type. -
-
Method Detail
-
getMaxBitrateKbps
abstract Integer getMaxBitrateKbps()
the maximum recommended bitrate (kbps).
-
getMimeTypes
abstract List<VideoAdMimeType> getMimeTypes()
the supported mime type.
-
-
-
-