AVClass

public struct AVClass

Undocumented

  • The name of the class.

    Declaration

    Swift

    public let name: String
  • The options of the class.

    Declaration

    Swift

    public let options: [AVOption]?
  • The category of the class. It’s used for visualization (like color).

    This is only set if the category is equal for all objects using this class.

    Declaration

    Swift

    public let category: AVClassCategory