Property
ValentMediaPlayer:position
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 |
Setter method | valent_media_player_set_position() |
Getter method | valent_media_player_get_position() |