VideoSelectorColorSpace

public enum VideoSelectorColorSpace : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case follow = "FOLLOW"
  • Undocumented

    Declaration

    Swift

    case rec601 = "REC_601"
  • Undocumented

    Declaration

    Swift

    case rec709 = "REC_709"
  • Declaration

    Swift

    public var description: String { get }