Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Grid ¶
type Grid struct {
Root *tui.Grid
Videolist *VideoList
Plabackinfo *PlaybackInfo
Volumemixer *VolumeMixer
Progressbar *ProgressBar
ProgramInfo *ProgramInfo
}
type ImageComponent ¶
func InitImageComponent ¶
func InitImageComponent() *ImageComponent
type PlaybackInfo ¶
func InitPlaybackInfo ¶
func InitPlaybackInfo(text string) *PlaybackInfo
func (*PlaybackInfo) Reset ¶
func (p *PlaybackInfo) Reset()
func (*PlaybackInfo) Update ¶
func (p *PlaybackInfo) Update(playBackTime string, duration string)
type ProgramInfo ¶
func InitProgramInfo ¶
func InitProgramInfo() *ProgramInfo
type ProgressBar ¶
func InitProgressBar ¶
func InitProgressBar() *ProgressBar
func (*ProgressBar) Reset ¶
func (p *ProgressBar) Reset()
type VideoList ¶
func InitVideoList ¶
func InitVideoList() *VideoList
type VolumeMixer ¶
func InitVolumeMixer ¶
func InitVolumeMixer() *VolumeMixer
func (*VolumeMixer) SetMute ¶
func (v *VolumeMixer) SetMute(mute bool)
func (*VolumeMixer) UpdatePercent ¶
func (v *VolumeMixer) UpdatePercent(percent int)
Click to show internal directories.
Click to hide internal directories.