MediaPlayerView
struct MediaPlayerView: View
SwiftUI View for playing media that is next to a song file
-
The observable state of the application
Declaration
Swift
private var appState -
The
NSWindowof thisViewDeclaration
Swift
private var window: NSWindow? -
The body of the
ViewDeclaration
Swift
var body: some View -
SwiftUI
See moreButtonsto play mediaDeclaration
Swift
struct Buttons: View -
The structure of a media item
See moreDeclaration
Swift
struct Item: Identifiable -
The kind of media
See moreDeclaration
Swift
enum Kind
View on GitHub