Documentation ¶
Index ¶
- func New(log *log.Logger, ipcPath string) *mpv.MPV
- func Pipe(path string) string
- type Conn
- type RPC
- func (m *RPC) Close() error
- func (m *RPC) Command(v ...string) error
- func (m *RPC) GetProperty(n string) (interface{}, error)
- func (m *RPC) GetPropertyDouble(n string) (float64, error)
- func (m *RPC) Init(events chan<- mpv.Event) error
- func (m *RPC) SetPropertyBool(n string, v bool) error
- func (m *RPC) SetPropertyDouble(n string, v float64) error
- func (m *RPC) SetPropertyString(n, v string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RPC ¶
type RPC struct {
// contains filtered or unexported fields
}
func (*RPC) GetProperty ¶
func (*RPC) SetPropertyString ¶
Click to show internal directories.
Click to hide internal directories.