RygelImageItem

RygelImageItem — Represents an image item.

Synopsis

#define             RYGEL_TYPE_IMAGE_ITEM
#define             RYGEL_IMAGE_ITEM_UPNP_CLASS
RygelImageItem *    rygel_image_item_new                (const gchar *id,
                                                         RygelMediaContainer *parent,
                                                         const gchar *title,
                                                         const gchar *upnp_class);
struct              RygelImageItem;
struct              RygelImageItemClass;

Object Hierarchy

  GObject
   +----RygelMediaObject
         +----RygelMediaItem
               +----RygelImageItem
                     +----RygelPhotoItem

Implemented Interfaces

RygelImageItem implements RygelVisualItem.

Properties

  "color-depth"              gint                  : Read / Write
  "height"                   gint                  : Read / Write
  "pixel-height"             gint                  : Read / Write
  "pixel-width"              gint                  : Read / Write
  "thumbnails"               GeeArrayList*         : Read / Write
  "width"                    gint                  : Read / Write

Description

Details

RYGEL_TYPE_IMAGE_ITEM

#define RYGEL_TYPE_IMAGE_ITEM (rygel_image_item_get_type ())

The type for RygelImageItem.


RYGEL_IMAGE_ITEM_UPNP_CLASS

#define RYGEL_IMAGE_ITEM_UPNP_CLASS "object.item.imageItem"

rygel_image_item_new ()

RygelImageItem *    rygel_image_item_new                (const gchar *id,
                                                         RygelMediaContainer *parent,
                                                         const gchar *title,
                                                         const gchar *upnp_class);

struct RygelImageItem

struct RygelImageItem;

Represents an image item.


struct RygelImageItemClass

struct RygelImageItemClass {
	RygelMediaItemClass parent_class;
};

The class structure for RYGEL_TYPE_IMAGE_ITEM. All the fields in this structure are private and should never be accessed directly.

RygelMediaItemClass parent_class;

the parent class structure

Property Details

The "color-depth" property

  "color-depth"              gint                  : Read / Write

color-depth.

Default value: -1


The "height" property

  "height"                   gint                  : Read / Write

height.

Default value: -1


The "pixel-height" property

  "pixel-height"             gint                  : Read / Write

pixel-height.

Default value: -1


The "pixel-width" property

  "pixel-width"              gint                  : Read / Write

pixel-width.

Default value: -1


The "thumbnails" property

  "thumbnails"               GeeArrayList*         : Read / Write

thumbnails.


The "width" property

  "width"                    gint                  : Read / Write

width.

Default value: -1