RadioStation

struct RadioStation : View

The Button View for a radio station

  • The KodiPlayer model

    Declaration

    Swift

    @EnvironmentObject
    var player: KodiPlayer { get }
  • The radio channe;

    Declaration

    Swift

    let channel: Audio.Details.Stream
  • The body of the View

    Declaration

    Swift

    var body: some View { get }
  • The SF symbol for the radio item

    Declaration

    Swift

    var radioIcon: String { get }