AudioOnlyHlsSegmentType

public enum AudioOnlyHlsSegmentType : String, CustomStringConvertible, Codable

Undocumented

  • aac

    Undocumented

    Declaration

    Swift

    case aac = "AAC"
  • Undocumented

    Declaration

    Swift

    case fmp4 = "FMP4"
  • Declaration

    Swift

    public var description: String { get }