Scte35SegmentationCancelIndicator
public enum Scte35SegmentationCancelIndicator : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case segmentationEventNotCanceled = "SEGMENTATION_EVENT_NOT_CANCELED"
-
Undocumented
Declaration
Swift
case segmentationEventCanceled = "SEGMENTATION_EVENT_CANCELED"
-
Declaration
Swift
public var description: String { get }