AudioNormalizationLoudnessLogging

public enum AudioNormalizationLoudnessLogging : String, CustomStringConvertible, Codable

Undocumented

  • log

    Undocumented

    Declaration

    Swift

    case log = "LOG"
  • Undocumented

    Declaration

    Swift

    case dontLog = "DONT_LOG"
  • Declaration

    Swift

    public var description: String { get }