CopyrightType
public enum CopyrightType : String, Codable
The types of copyrights available.
-
The copyright.
Declaration
Swift
case copyright = "C" -
The sound recording (performance) copyright.
Declaration
Swift
case performance = "P"
View on GitHub
CopyrightType Enumeration Reference