Method

GrlMediaset_mime

since: 0.1.4

Declaration [src]

void
grl_media_set_mime (
  GrlMedia* media,
  const gchar* mime
)

Description [src]

Set the media’s mime-type.

Available since: 0.1.4

Parameters

mime

Type: const gchar*

The mime type.

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