Home
last modified time | relevance | path

Searched defs:player_command (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/playerctl/playerctl-2.3.1/playerctl/
H A Dplayerctl-cli.c748 struct player_command { struct
770 static const struct player_command *get_player_command(gchar **argv, gint argc, GError **error) { in get_player_command() argument
/dports/audio/siren/siren-0.9/
H A Dplayer.c62 enum player_command { enum
87 static enum player_command player_command = PLAYER_COMMAND_STOP; variable
/dports/games/zangband/zangband/src/
H A Dtypes.h1371 typedef struct player_command player_command; typedef
1373 struct player_command struct
1375 s16b cmd; /* Gives identity of current command */
1376 s16b arg; /* Gives argument of current command */
1377 s16b rep; /* Gives repetition of current command */
1378 s16b dir; /* Gives direction of current command */
1380 s16b new; /* Hack -- command chaining XXX XXX */
1383 bool inkey_base; /* See the "inkey()" function */
1384 bool inkey_xtra; /* See the "inkey()" function */
1385 bool inkey_scan; /* See the "inkey()" function */
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningSequence/classes/
H A Dclass.ilObjLearningSequence.php492 public function getSequencePlayer($gui, string $player_command, int $usr_id) : ilLSPlayer
/dports/graphics/impressive/Impressive-0.13.0-beta2/
H A Dimpressive.py5494 def player_command(self, mplayer_cmd, omxplayer_cmd): member in VideoActions