Method

GrlMediaadd_external_player

since: 0.1.10

Declaration [src]

void
grl_media_add_external_player (
  GrlMedia* media,
  const gchar* player
)

Description [src]

Adds a new external player to media.

Available since: 0.1.10

Parameters

player

Type: const gchar*

An external player for media.

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