CmafMpdProfile

public enum CmafMpdProfile : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case mainProfile = "MAIN_PROFILE"
  • Undocumented

    Declaration

    Swift

    case onDemandProfile = "ON_DEMAND_PROFILE"
  • Declaration

    Swift

    public var description: String { get }