Scte35SpliceInsert constructor

Scte35SpliceInsert({
  1. int? adAvailOffset,
  2. Scte35SpliceInsertNoRegionalBlackoutBehavior? noRegionalBlackoutFlag,
  3. Scte35SpliceInsertWebDeliveryAllowedBehavior? webDeliveryAllowedFlag,
})

Implementation

Scte35SpliceInsert({
  this.adAvailOffset,
  this.noRegionalBlackoutFlag,
  this.webDeliveryAllowedFlag,
});