Method

GrlMediaset_thumbnail_binary

since: 0.1.9

Declaration [src]

void
grl_media_set_thumbnail_binary (
  GrlMedia* media,
  const guint8* thumbnail,
  gsize size
)

Description [src]

Set the media’s binary thumbnail.

Available since: 0.1.9

Parameters

thumbnail

Type: const guint8*

Thumbnail buffer.

The data is owned by the caller of the method.
size

Type: gsize

Thumbnail buffer size.