Playerctl.PlayerName

Fields

Name

Type

Access

Description

instance

str

r/w

the complete name and instance of the player.

name

str

r/w

the name of the type of player.

source

Playerctl.Source

r/w

the source of the player name.

Methods

copy ()

free ()

Details

class Playerctl.PlayerName

Event container for when names of players appear or disapear as the controllable media player applications open and close.

copy()
Returns:

a newly-allocated copy of self

Return type:

Playerctl.PlayerName

Creates a dynamically allocated name name container as a copy of self.

free()

Frees self. If self is None, it simply returns.