scheduleStrategy property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
The strategy to use when scheduling cuepoints. Possible string values are:
- "scheduleStrategyUnspecified"
- "concurrent" : Strategy to schedule cuepoints at one time for all viewers.
- "nonConcurrent" : Strategy to schedule cuepoints at an increased rate to allow viewers to receive cuepoints when eligible. See go/lcr-non-concurrent-ads for more details.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.String? scheduleStrategy;