Scte35SpliceInsert constructor
Scte35SpliceInsert({
- int? adAvailOffset,
- Scte35SpliceInsertNoRegionalBlackoutBehavior? noRegionalBlackoutFlag,
- Scte35SpliceInsertWebDeliveryAllowedBehavior? webDeliveryAllowedFlag,
Implementation
Scte35SpliceInsert({
this.adAvailOffset,
this.noRegionalBlackoutFlag,
this.webDeliveryAllowedFlag,
});