class Aws::MediaLive::Types::Scte35DescriptorSettings

SCTE-35 Descriptor settings.

@note When making an API call, you may pass Scte35DescriptorSettings

data as a hash:

    {
      segmentation_descriptor_scte_35_descriptor_settings: { # required
        delivery_restrictions: {
          archive_allowed_flag: "ARCHIVE_NOT_ALLOWED", # required, accepts ARCHIVE_NOT_ALLOWED, ARCHIVE_ALLOWED
          device_restrictions: "NONE", # required, accepts NONE, RESTRICT_GROUP0, RESTRICT_GROUP1, RESTRICT_GROUP2
          no_regional_blackout_flag: "REGIONAL_BLACKOUT", # required, accepts REGIONAL_BLACKOUT, NO_REGIONAL_BLACKOUT
          web_delivery_allowed_flag: "WEB_DELIVERY_NOT_ALLOWED", # required, accepts WEB_DELIVERY_NOT_ALLOWED, WEB_DELIVERY_ALLOWED
        },
        segment_num: 1,
        segmentation_cancel_indicator: "SEGMENTATION_EVENT_NOT_CANCELED", # required, accepts SEGMENTATION_EVENT_NOT_CANCELED, SEGMENTATION_EVENT_CANCELED
        segmentation_duration: 1,
        segmentation_event_id: 1, # required
        segmentation_type_id: 1,
        segmentation_upid: "__string",
        segmentation_upid_type: 1,
        segments_expected: 1,
        sub_segment_num: 1,
        sub_segments_expected: 1,
      },
    }

@!attribute [rw] segmentation_descriptor_scte_35_descriptor_settings

SCTE-35 Segmentation Descriptor.
@return [Types::Scte35SegmentationDescriptor]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Scte35DescriptorSettings AWS API Documentation

Constants

SENSITIVE