Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MediaHandler ¶
type Message ¶
type Message struct {
Type MessageType
Arg any
}
type MessageType ¶
type MessageType int
const ( MSG_NONE MessageType = iota MSG_NEXT MSG_PREVIOUS MSG_PLAY MSG_PAUSE MSG_PLAYPAUSE MSG_STOP MSG_SEEK MSG_SETPOS MSG_GET_PLAYBACKSTATUS MSG_GET_SHUFFLE MSG_GET_METADATA MSG_GET_VOLUME MSG_GET_POSITION MSG_SET_SHUFFLE MSG_SET_VOLUME )
type PlaybackState ¶
type PlaybackState int
const ( STATE_STOPED PlaybackState = iota STATE_PAUSED STATE_PLAYING )
Click to show internal directories.
Click to hide internal directories.