Method

GrlMediaget_thumbnail_binary_nth

since: 0.1.10

Declaration [src]

const guint8*
grl_media_get_thumbnail_binary_nth (
  GrlMedia* media,
  gsize* size,
  guint index
)

Description

No description available.

Available since: 0.1.10

Parameters

size

Type: gsize*

Pointer to store the thumbnail buffer size.

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

Type: guint

Element to retrieve.

Return value

Type: const guint8*

The n-th media’s thumbnail binary and sets size to the thumbnail buffer size.

The data is owned by the instance.