AacVbrQuality

public enum AacVbrQuality : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case high = "HIGH"
  • low

    Undocumented

    Declaration

    Swift

    case low = "LOW"
  • Undocumented

    Declaration

    Swift

    case mediumHigh = "MEDIUM_HIGH"
  • Undocumented

    Declaration

    Swift

    case mediumLow = "MEDIUM_LOW"
  • Declaration

    Swift

    public var description: String { get }