Scte35SegmentationCancelIndicator enum

Corresponds to SCTE-35 segmentation_event_cancel_indicator. SEGMENTATION_EVENT_NOT_CANCELED corresponds to 0 in the SCTE-35 specification and indicates that this is an insertion request. SEGMENTATION_EVENT_CANCELED corresponds to 1 in the SCTE-35 specification and indicates that this is a cancelation request, in which case complete this field and the existing event ID to cancel.

Inheritance

Constructors

Scte35SegmentationCancelIndicator()
const

Values

segmentationEventNotCanceled → const Scte35SegmentationCancelIndicator
segmentationEventCanceled → const Scte35SegmentationCancelIndicator

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<Scte35SegmentationCancelIndicator>
A constant List of the values in this enum, in order of their declaration.