Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RadioPlayer ¶
type RadioPlayer struct {
// contains filtered or unexported fields
}
func NewRadioPlayer ¶
func NewRadioPlayer() *RadioPlayer
func (*RadioPlayer) Close ¶ added in v1.1.2
func (r *RadioPlayer) Close() error
func (*RadioPlayer) DecreaseVolume ¶
func (r *RadioPlayer) DecreaseVolume()
func (*RadioPlayer) IncreaseVolume ¶
func (r *RadioPlayer) IncreaseVolume()
func (*RadioPlayer) Mute ¶
func (r *RadioPlayer) Mute()
func (*RadioPlayer) PlayRadioChannel ¶
func (r *RadioPlayer) PlayRadioChannel(channel channels.RadioStation) error
func (*RadioPlayer) ResetVolume ¶
func (r *RadioPlayer) ResetVolume()
func (*RadioPlayer) Stop ¶
func (r *RadioPlayer) Stop()
Click to show internal directories.
Click to hide internal directories.