Documentation
¶
Index ¶
- Variables
- type Metadata
- type MpvSocket
- func (mpv *MpvSocket) Close() (err error)
- func (mpv *MpvSocket) Metadata() *Metadata
- func (mpv *MpvSocket) Pause(value bool) error
- func (mpv *MpvSocket) Play(url string) error
- func (mpv *MpvSocket) Seek(amtSec int) *Metadata
- func (mpv *MpvSocket) SetVolume(value int) (int, error)
- func (mpv *MpvSocket) Stop() error
- type Player
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type MpvSocket ¶ added in v0.3.3
type MpvSocket struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.