Property
ValentMediaPlayer:position
unstable since: 1.0
Description [src]
The current track position in seconds.
Acceptable values are between 0
and the mpris:length
metadata entry
(see ValentMediaPlayer:metadata
). If the player does not have
VALENT_MEDIA_ACTION_SEEK
in ValentMediaPlayer:flags
, setting
this property should have no effect.
Type:gdouble
Available since: 1.0
Default value | 0.000000 |
Getter method | valent_media_player_get_position() |
Setter method | valent_media_player_set_position() |