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
NSWindow
of thisView
Declaration
Swift
private var window: NSWindow?
-
The body of the
View
Declaration
Swift
var body: some View
-
SwiftUI
See moreButtons
to 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