Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetadataChanged ¶
type MetadataChanged struct {
PlayerIndex int `msgpack:"playerIdx"`
PlayerName string `msgpack:"playerName"`
Metadata *mp.Metadata `msgpack:"metadata"`
// contains filtered or unexported fields
}
TODO: Remove field names (we use array-style msgpack)
type PlaybackStatusChanged ¶
type PlaybackStatusChanged struct {
PlayerIndex int `msgpack:"playerIdx"`
PlayerName string `msgpack:"playerName"`
PlaybackStatus string `msgpack:"playbackStatus"`
// contains filtered or unexported fields
}
TODO: Remove field names (we use array-style msgpack)
type PlayerCreated ¶
type PlayerCreated struct {
// This returns the updated player list
mp.PlayerData
UpdatedPlayerNames []string
// contains filtered or unexported fields
}
TODO: Remove field names (we use array-style msgpack)
type PlayerRemoved ¶
type PlayerRemoved struct {
PlayerName string
UpdatedPlayerNames []string
// contains filtered or unexported fields
}
TODO: Remove field names (we use array-style msgpack)
type PlayerUpdated ¶
type PlayerUpdated struct {
mp.PlayerData
UpdatedPlayerNames []string
// contains filtered or unexported fields
}
TODO: Remove field names (we use array-style msgpack)
Click to show internal directories.
Click to hide internal directories.