mp_signals

package
v0.0.0-...-58bd830 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2024 License: MIT Imports: 1 Imported by: 0

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)

type Seeked

type Seeked struct {
	PlayerIndex int    `msgpack:"playerIdx"`
	PlayerName  string `msgpack:"playerName"`
	// "seeked" time in microseconds (us).
	SeekedInUs int64 `msgpack:"seekedInUs"`
	// contains filtered or unexported fields
}

TODO: Remove field names (we use array-style msgpack)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL