Method

AstalMprisPlayeropen_uri

Declaration

void
astal_mpris_player_open_uri (
  AstalMprisPlayer* self,
  const gchar* uri
)

Description

Uri scheme should be an element of AstalMprisPlayer:supported-uri-schemas and the mime-type should match one of the elements of AstalMprisPlayer:supported-mime-types.

Parameters

uri

Type: const gchar*

Uri of the track to load. .

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.