Method

GrlMediaset_external_player

since: 0.1.6

Declaration [src]

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

Description [src]

Set the location of a player for the media (usually a flash player)

Available since: 0.1.6

Parameters

player

Type: const gchar*

Location of an external player for this media.

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