ContainerFormat

public enum ContainerFormat : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case fragmentedMp4 = "FRAGMENTED_MP4"
  • Undocumented

    Declaration

    Swift

    case mpegTs = "MPEG_TS"
  • Declaration

    Swift

    public var description: String { get }