Method

ClapperMediaItemget_container_format

deprecated: 0.10 

Declaration [src]

gchar*
clapper_media_item_get_container_format (
  ClapperMediaItem* item
)

Description [src]

Get media item container format.

Deprecated since: 0.10

Get container-format from ClapperMediaItem:tags instead.

Return value

Type: gchar*

Media container format.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.