Media

public enum Media : String, Codable

The kind of media to load when connecting to the host

Note

Audio and Video both load Artists and Music Videos
  • Load the audio library

    Declaration

    Swift

    case audio
  • Load the video library

    Declaration

    Swift

    case video
  • all

    Load the whole library

    Declaration

    Swift

    case all
  • Don’t load the library

    Declaration

    Swift

    case none