Method

GrlMediaget_thumbnail_binary

since: 0.1.9

Declaration [src]

const guint8*
grl_media_get_thumbnail_binary (
  GrlMedia* media,
  gsize* size
)

Description

No description available.

Available since: 0.1.9

Parameters

size

Type: gsize*

Pointer to storing the thumbnail buffer size.

The data is owned by the caller of the method.

Return value

Type: const guint8*

The media’s thumbnail data and set size to the thumbnail buffer size.

The data is owned by the instance.