Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FyneScreen ¶ added in v1.18.0
type FyneScreen struct {
SelectInternalSubs *widget.Select
CurrentPos binding.String
EndPos binding.String
Current fyne.Window
PlayPause *widget.Button
Debug *debugWriter
VolumeUp *widget.Button
SkipNextButton *widget.Button
CheckVersion *widget.Button
SubsText *widget.Entry
CustomSubsCheck *widget.Check
NextMediaCheck *widget.Check
TranscodeCheckBox *widget.Check
Stop *widget.Button
DeviceList *deviceList
MediaText *widget.Entry
ExternalMediaURL *widget.Check
SkinNextOnlySameTypes bool
GaplessMediaWatcher func(context.Context, *FyneScreen, *soapcalls.TVPayload)
SlideBar *tappedSlider
MuteUnmute *widget.Button
VolumeDown *widget.Button
State string
Medialoop bool
Transcode bool
ErrorVisible bool
Hotkeys bool
// contains filtered or unexported fields
}
FyneScreen .
func NewFyneScreen ¶ added in v1.18.0
func NewFyneScreen(version string) *FyneScreen
NewFyneScreen .
func (*FyneScreen) EmitMsg ¶ added in v1.18.0
func (p *FyneScreen) EmitMsg(a string)
EmitMsg Method to implement the screen interface
func (*FyneScreen) Fini ¶ added in v1.18.0
func (p *FyneScreen) Fini()
Fini Method to implement the screen interface. Will only be executed when we receive a callback message, not when we explicitly click the Stop button.
Click to show internal directories.
Click to hide internal directories.