MusicVideosView

struct MusicVideosView : View

SwiftUI View for the music videos

  • The current Router for Music Videos

    Declaration

    Swift

    @State
    var router: Router { get nonmutating set }
  • The body of the View

    Declaration

    Swift

    var body: some View { get }
  • View videos from an album of an artist

    See more

    Declaration

    Swift

    struct Album : View
  • View videos and albums for one artist

    See more

    Declaration

    Swift

    struct Artist : View
  • View all artists

    See more

    Declaration

    Swift

    struct Artists : View
  • SwiftUI View for a music video in a list

    See more

    Declaration

    Swift

    struct ListItem : View
  • Play SwiftUI button

    Declaration

    Swift

    static func playButton(item: Video.Details.MusicVideo) -> some View

    Parameters

    item

    The KodiItem

    Return Value

    SwiftUI button

  • SwiftUI button to play an album

    See more

    Declaration

    Swift

    struct PlayAlbumButton : View