ProresCodecProfile

public enum ProresCodecProfile : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case appleProres422 = "APPLE_PRORES_422"
  • Undocumented

    Declaration

    Swift

    case appleProres422Hq = "APPLE_PRORES_422_HQ"
  • Undocumented

    Declaration

    Swift

    case appleProres422Lt = "APPLE_PRORES_422_LT"
  • Undocumented

    Declaration

    Swift

    case appleProres422Proxy = "APPLE_PRORES_422_PROXY"
  • Declaration

    Swift

    public var description: String { get }