Enums

Details

class Totem.RemoteCommand(value)

Bases: GObject.GEnum

Represents a command which can be sent to a running Totem instance remotely.

classmethod quark()
Return type:

int

UNKNOWN = 0

unknown command

PLAY = 1

play the current stream

VOLUME_DOWN = 10

decrease the volume

FULLSCREEN = 11

toggle fullscreen mode

QUIT = 12

quit the instance of Totem

ENQUEUE = 13

enqueue a new playlist item

REPLACE = 14

replace an item in the playlist

SHOW = 15

show the Totem instance

UP = 16

go up (DVD controls)

DOWN = 17

go down (DVD controls)

LEFT = 18

go left (DVD controls)

RIGHT = 19

go right (DVD controls)

PAUSE = 2

pause the current stream

SELECT = 20

select the current item (DVD controls)

DVD_MENU = 21

go to the DVD menu

ZOOM_UP = 22

increase the zoom level

ZOOM_DOWN = 23

decrease the zoom level

EJECT = 24

eject the current disc

PLAY_DVD = 25

play a DVD in a drive

MUTE = 26

toggle mute

TOGGLE_ASPECT_RATIO = 27

toggle the aspect ratio

STOP = 3

stop playing the current stream

PLAY_PAUSE = 4

toggle play/pause on the current stream

NEXT = 5

play the next playlist item

PREVIOUS = 6

play the previous playlist item

SEEK_FORWARD = 7

seek forwards in the current stream

SEEK_BACKWARD = 8

seek backwards in the current stream

VOLUME_UP = 9

increase the volume

class Totem.RemoteSetting(value)

Bases: GObject.GEnum

Represents a boolean setting or preference on a remote Totem instance.

classmethod quark()
Return type:

int

REPEAT = 0

whether repeat is enabled