M2tsSegmentationMarkers

public enum M2tsSegmentationMarkers : String, CustomStringConvertible, Codable

Undocumented

  • ebp

    Undocumented

    Declaration

    Swift

    case ebp = "EBP"
  • Undocumented

    Declaration

    Swift

    case ebpLegacy = "EBP_LEGACY"
  • Undocumented

    Declaration

    Swift

    case none = "NONE"
  • Undocumented

    Declaration

    Swift

    case psiSegstart = "PSI_SEGSTART"
  • Undocumented

    Declaration

    Swift

    case raiAdapt = "RAI_ADAPT"
  • Undocumented

    Declaration

    Swift

    case raiSegstart = "RAI_SEGSTART"
  • Declaration

    Swift

    public var description: String { get }