| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v201905 |
| Modifier and Type | Field and Description |
|---|---|
static MidrollFrequencyType |
MidrollFrequencyType.EVERY_N_CUEPOINTS |
static MidrollFrequencyType |
MidrollFrequencyType.EVERY_N_SECONDS |
static MidrollFrequencyType |
MidrollFrequencyType.FIXED_CUE_POINTS |
static MidrollFrequencyType |
MidrollFrequencyType.FIXED_TIME |
static MidrollFrequencyType |
MidrollFrequencyType.NONE |
static MidrollFrequencyType |
MidrollFrequencyType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static MidrollFrequencyType |
MidrollFrequencyType.fromString(String value) |
static MidrollFrequencyType |
MidrollFrequencyType.fromValue(String value) |
MidrollFrequencyType |
BaseAdRuleSlot.getVideoMidrollFrequencyType()
Gets the videoMidrollFrequencyType value for this BaseAdRuleSlot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseAdRuleSlot.setVideoMidrollFrequencyType(MidrollFrequencyType videoMidrollFrequencyType)
Sets the videoMidrollFrequencyType value for this BaseAdRuleSlot.
|
| Constructor and Description |
|---|
BaseAdRuleSlot(AdRuleSlotBehavior slotBehavior,
Long minVideoAdDuration,
Long maxVideoAdDuration,
MidrollFrequencyType videoMidrollFrequencyType,
String videoMidrollFrequency,
AdRuleSlotBumper bumper,
Long maxBumperDuration,
Long minPodDuration,
Long maxPodDuration,
Integer maxAdsInPod) |
NoPoddingAdRuleSlot(AdRuleSlotBehavior slotBehavior,
Long minVideoAdDuration,
Long maxVideoAdDuration,
MidrollFrequencyType videoMidrollFrequencyType,
String videoMidrollFrequency,
AdRuleSlotBumper bumper,
Long maxBumperDuration,
Long minPodDuration,
Long maxPodDuration,
Integer maxAdsInPod) |
OptimizedPoddingAdRuleSlot(AdRuleSlotBehavior slotBehavior,
Long minVideoAdDuration,
Long maxVideoAdDuration,
MidrollFrequencyType videoMidrollFrequencyType,
String videoMidrollFrequency,
AdRuleSlotBumper bumper,
Long maxBumperDuration,
Long minPodDuration,
Long maxPodDuration,
Integer maxAdsInPod) |
StandardPoddingAdRuleSlot(AdRuleSlotBehavior slotBehavior,
Long minVideoAdDuration,
Long maxVideoAdDuration,
MidrollFrequencyType videoMidrollFrequencyType,
String videoMidrollFrequency,
AdRuleSlotBumper bumper,
Long maxBumperDuration,
Long minPodDuration,
Long maxPodDuration,
Integer maxAdsInPod) |
UnknownAdRuleSlot(AdRuleSlotBehavior slotBehavior,
Long minVideoAdDuration,
Long maxVideoAdDuration,
MidrollFrequencyType videoMidrollFrequencyType,
String videoMidrollFrequency,
AdRuleSlotBumper bumper,
Long maxBumperDuration,
Long minPodDuration,
Long maxPodDuration,
Integer maxAdsInPod) |
Copyright © 2019. All rights reserved.