Amazon MediaLive · Example Payload

Medialive Api Scte35 Segmentation Descriptor Example

BroadcastingMedia ProcessingMedia

Medialive Api Scte35 Segmentation Descriptor Example is an example object payload from Amazon MediaLive, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

DeliveryRestrictionsSegmentNumSegmentationCancelIndicatorSegmentationDurationSegmentationEventIdSegmentationTypeIdSegmentationUpidSegmentationUpidTypeSegmentsExpectedSubSegmentNumSubSegmentsExpected

Example Payload

Raw ↑
{
  "DeliveryRestrictions": "example-value",
  "SegmentNum": "example-value",
  "SegmentationCancelIndicator": "example-value",
  "SegmentationDuration": "example-value",
  "SegmentationEventId": "id-abc123",
  "SegmentationTypeId": "id-abc123",
  "SegmentationUpid": "id-abc123",
  "SegmentationUpidType": "id-abc123",
  "SegmentsExpected": "example-value",
  "SubSegmentNum": "example-value",
  "SubSegmentsExpected": "example-value"
}