InputCodec

public enum InputCodec : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case mpeg2 = "MPEG2"
  • avc

    Undocumented

    Declaration

    Swift

    case avc = "AVC"
  • Undocumented

    Declaration

    Swift

    case hevc = "HEVC"
  • Declaration

    Swift

    public var description: String { get }